diff --git a/core/src/com/unciv/UncivGame.kt b/core/src/com/unciv/UncivGame.kt index 2d14baf889..24ef8921c7 100644 --- a/core/src/com/unciv/UncivGame.kt +++ b/core/src/com/unciv/UncivGame.kt @@ -50,7 +50,7 @@ class UncivGame( * Does not update World View changes until finished. * Set to 0 to disable. */ - var simulateUntilWinOrLose: Int = 1000 + var simulateUntilWinOrLose: Int = 0 /** Console log battles */