diff --git a/source/glest_game/game/game.cpp b/source/glest_game/game/game.cpp index 8e438deb..1113e867 100644 --- a/source/glest_game/game/game.cpp +++ b/source/glest_game/game/game.cpp @@ -5783,7 +5783,7 @@ void Game::setPaused(bool value,bool forceAllowPauseStateChange,bool clearCaches } pauseRequestSent=false; - commander.setPauseNetworkCommands(true); + commander.setPauseNetworkCommands(joinNetworkGame); } //printf("setPaused new paused = %d\n",paused); }