Fixed game update when upload fails

This commit is contained in:
GGGuenni
2021-04-12 23:41:49 +02:00
parent aff3efe57f
commit cc9f1cf589

View File

@ -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
}
}