Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyui committed May 21, 2023
1 parent c0e6128 commit 529a4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/packet_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ async def logout_handler(session: "Session", packet_data: bytes) -> None:
new_host_slot = slot
break

# no one if left in the match, close it
# no one is left in the match, close it
if new_host_slot is None:
await _broadcast_to_lobby(
packets.write_dispose_match_packet(match["match_id"])
Expand Down

0 comments on commit 529a4e8

Please sign in to comment.