From 65c21eee594fbdc55ee54439cea9131ed6921a37 Mon Sep 17 00:00:00 2001 From: EmperorBale Date: Thu, 21 Jan 2021 00:46:24 -0700 Subject: [PATCH] Fix indent --- houdini/handlers/games/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/houdini/handlers/games/__init__.py b/houdini/handlers/games/__init__.py index 4b03d9b..875f7ab 100644 --- a/houdini/handlers/games/__init__.py +++ b/houdini/handlers/games/__init__.py @@ -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)