Added a comment, very unsure

This commit is contained in:
Zaseth 2019-12-24 15:00:22 +01:00
parent 263b3e4498
commit 9f551e4860

View File

@ -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'))