4.7.17-patch1

Resolved ANRs due to A. Multiplayer checker not cancelling in loop and B. trying to update resources while checking tile improvement stat differences
This commit is contained in:
Yair Morgenstern
2023-08-24 10:46:20 +03:00
parent 978cb301f1
commit 5bcfcb3e8c
4 changed files with 7 additions and 5 deletions

View File

@ -536,7 +536,7 @@ open class UncivGame(val isConsoleMode: Boolean = false) : Game(), PlatformSpeci
companion object {
//region AUTOMATICALLY GENERATED VERSION DATA - DO NOT CHANGE THIS REGION, INCLUDING THIS COMMENT
val VERSION = Version("4.7.17", 904)
val VERSION = Version("4.7.17-patch1", 905)
//endregion
lateinit var Current: UncivGame