mirror of
https://github.com/solero/houdini.git
synced 2024-11-08 20:28:20 +00:00
Added a comment, very unsure
This commit is contained in:
parent
263b3e4498
commit
9f551e4860
@ -20,7 +20,7 @@ async def handle_join_game(p):
|
||||
await p.table.send_xt('uz', seat_id, p.safe_name)
|
||||
|
||||
if len(p.table.penguins) == 2:
|
||||
await p.table.send_xt('sz', 0)
|
||||
await p.table.send_xt('sz', 0) # Todo: Is this 0 needed?
|
||||
|
||||
|
||||
@handlers.handler(XTPacket('zm', ext='z'))
|
||||
|
Loading…
Reference in New Issue
Block a user