diff --git a/main_controller.py b/main_controller.py index cef8282..af0fd88 100644 --- a/main_controller.py +++ b/main_controller.py @@ -246,4 +246,4 @@ def update_loop(): state["update_pause"] -= 1 socketio.emit("states_update", game_states) - time.sleep(10) \ No newline at end of file + time.sleep(8) \ No newline at end of file