1
0
Fork 0

Fix #10179: [Script] Only run the Game::GameLoop() in-game

pull/13896/head
SamuXarick 2025-03-26 11:46:13 +00:00
parent 422ff9dbd8
commit afd57c6fb9
1 changed files with 1 additions and 1 deletions

View File

@ -1206,7 +1206,7 @@ void StateGameLoop()
if (!HasModalProgress()) UpdateLandscapingLimits();
#ifndef DEBUG_DUMP_COMMANDS
Game::GameLoop();
if (_game_mode == GM_NORMAL) Game::GameLoop();
#endif
return;
}