Fix indent

This commit is contained in:
EmperorBale 2021-01-21 00:46:24 -07:00
parent 23b495e7d3
commit 65c21eee59

View File

@ -72,9 +72,9 @@ async def handle_get_puck(p):
@handlers.handler(XTPacket('zo', ext='z'))
@handlers.cooldown(10, callback=game_over_cooling)
async def handle_get_game_over(p, score: int):
# If the room is Card Jitsu Snow, it this should do nothing
# If the room is Card Jitsu Snow, it this should do nothing
if p.room.id == 996:
return
return
if p.room.game and not p.waddle and not p.table:
coins_earned = determine_coins_earned(p, score)