Resolved #12169 - set "auto assign city production" to false for new players

Determined by Discord poll (63 to 59)
This commit is contained in:
yairm210 2024-09-01 16:14:27 +03:00
parent 35e5179edd
commit e984b8fe88

View File

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