diff --git a/core/src/com/unciv/ui/worldscreen/WorldScreen.kt b/core/src/com/unciv/ui/worldscreen/WorldScreen.kt index 24dd57e91f..e6171a8509 100644 --- a/core/src/com/unciv/ui/worldscreen/WorldScreen.kt +++ b/core/src/com/unciv/ui/worldscreen/WorldScreen.kt @@ -513,7 +513,7 @@ class WorldScreen(val gameInfo: GameInfo, val viewingCiv:CivilizationInfo) : Cam cantUploadNewGamePopup.open() } isPlayersTurn = true // Since we couldn't push the new game clone, then it's like we never clicked the "next turn" button - shouldUpdate = true + shouldUpdate = false return@thread } }