Endgame WS messages & docs
This commit is contained in:
@ -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())
|
||||
|
||||
Reference in New Issue
Block a user