mirror of
https://github.com/solero/houdini.git
synced 2024-11-09 12:48:20 +00:00
Fix indent
This commit is contained in:
parent
23b495e7d3
commit
65c21eee59
@ -72,9 +72,9 @@ async def handle_get_puck(p):
|
|||||||
@handlers.handler(XTPacket('zo', ext='z'))
|
@handlers.handler(XTPacket('zo', ext='z'))
|
||||||
@handlers.cooldown(10, callback=game_over_cooling)
|
@handlers.cooldown(10, callback=game_over_cooling)
|
||||||
async def handle_get_game_over(p, score: int):
|
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:
|
if p.room.id == 996:
|
||||||
return
|
return
|
||||||
|
|
||||||
if p.room.game and not p.waddle and not p.table:
|
if p.room.game and not p.waddle and not p.table:
|
||||||
coins_earned = determine_coins_earned(p, score)
|
coins_earned = determine_coins_earned(p, score)
|
||||||
|
Loading…
Reference in New Issue
Block a user