Fix: [Script] Apply random deviation only at script start (#11944)
This commit is contained in:
		| @@ -553,7 +553,7 @@ static void StartScripts() | ||||
| 	} | ||||
|  | ||||
| 	/* Start the GameScript. */ | ||||
| 	Game::StartNew(); | ||||
| 	Game::StartNew(false); | ||||
|  | ||||
| 	ShowScriptDebugWindowIfScriptError(); | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Loïc Guilloux
					Loïc Guilloux