mirror of
https://github.com/yairm210/Unciv.git
synced 2025-03-06 07:31:26 +07:00
Resolved #4283 - clear old legalismState after converting to new format
This commit is contained in:
parent
cd77cac7d3
commit
91f6b3ba2d
@ -77,6 +77,7 @@ class PolicyManager {
|
||||
// Deprecated since 3.14.17, left for backwards compatibility
|
||||
if (cultureBuildingsAdded.isEmpty() && legalismState.isNotEmpty()) {
|
||||
cultureBuildingsAdded.putAll(legalismState)
|
||||
legalismState.clear()
|
||||
}
|
||||
//
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user