From e984b8fe8895ea216355f7e7812d83bfdbb61812 Mon Sep 17 00:00:00 2001 From: yairm210 Date: Sun, 1 Sep 2024 16:14:27 +0300 Subject: [PATCH] Resolved #12169 - set "auto assign city production" to false for new players Determined by Discord poll (63 to 59) --- core/src/com/unciv/models/metadata/GameSettings.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/com/unciv/models/metadata/GameSettings.kt b/core/src/com/unciv/models/metadata/GameSettings.kt index c1e900b7f2..aa5821de6b 100644 --- a/core/src/com/unciv/models/metadata/GameSettings.kt +++ b/core/src/com/unciv/models/metadata/GameSettings.kt @@ -60,7 +60,7 @@ class GameSettings { var unitSet: String? = Constants.defaultUnitset var skin: String = Constants.defaultSkin var showTutorials: Boolean = true - var autoAssignCityProduction: Boolean = true + var autoAssignCityProduction: Boolean = false /** This set of construction names has two effects: * * Matching constructions are no longer candidates for [autoAssignCityProduction]