Merge branch 'main' of https://git.louiscreates.com/tototomate123/cau-praktikum
This commit is contained in:
@@ -285,6 +285,7 @@ def on_disconnect():
|
||||
room.p2_name = None
|
||||
room.ready.pop(sid, None)
|
||||
room.color_by_sid.pop(sid, None)
|
||||
# initialize a new chessboard???
|
||||
room.board = chess.Board()
|
||||
room.ready[room.p1_sid] = False
|
||||
room.game_active = False
|
||||
|
||||
Reference in New Issue
Block a user