diff --git a/src/openrct2/game.c b/src/openrct2/game.c index 6df67285e5..f42f4a0897 100644 --- a/src/openrct2/game.c +++ b/src/openrct2/game.c @@ -311,6 +311,8 @@ void game_update() // Special case because we set numUpdates to 0, otherwise in game_logic_update. network_update(); + + network_process_game_commands(); } if (!gOpenRCT2Headless)