Endgame WS messages & docs

This commit is contained in:
Eden Kirin
2023-05-11 19:36:16 +02:00
parent 76ee207bce
commit d660845d30
6 changed files with 47 additions and 115 deletions

View File

@ -185,7 +185,7 @@ class GameEngine:
logging.info("Ding ding! Product selection countdown timer timeout")
self._purchase_countdown_timer = None
asyncio.run(
self.ws_server.send_product_selection_done_message()
self.ws_server.send_product_selection_timeout_message()
)
self.game_state = GameState.RUNNING
asyncio.run(self.send_game_dump())