fix: prevent disconnected users from being added to tournamnets

This commit is contained in:
2026-04-23 15:00:10 -04:00
Unverified
parent 14c94d47c0
commit 8a5d784f26
3 changed files with 16 additions and 4 deletions

View File

@@ -21,6 +21,8 @@ async def gameloop(socket):
match message[0]:
case "CONNECT":
await socket.send("READY")
case "RECONNECT":
await socket.send("READY")
case "GAME":
if message[1] == "START":