Skip to content

Commit

Permalink
Fix Assignment Cycling (#12890)
Browse files Browse the repository at this point in the history
  • Loading branch information
itanasi authored Feb 1, 2025
1 parent 714923e commit 3748eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class CityPopulationManager : IsPartOfGameInfoSerialization {

/** Only assigns free population */
internal fun autoAssignPopulation() {
city.cityStats.update(updateCivStats = false) // calculate current stats with current assignments
city.cityStats.update() // calculate current stats with current assignments
val freePopulation = getFreePopulation()
if (freePopulation <= 0) return

Expand Down

0 comments on commit 3748eca

Please sign in to comment.