mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-06 17:18:11 +07:00
Resolved #12169 - set "auto assign city production" to false for new players
Determined by Discord poll (63 to 59)
This commit is contained in:
parent
35e5179edd
commit
e984b8fe88
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user