mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 22:06:05 -04: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
|
// Deprecated since 3.14.17, left for backwards compatibility
|
||||||
if (cultureBuildingsAdded.isEmpty() && legalismState.isNotEmpty()) {
|
if (cultureBuildingsAdded.isEmpty() && legalismState.isNotEmpty()) {
|
||||||
cultureBuildingsAdded.putAll(legalismState)
|
cultureBuildingsAdded.putAll(legalismState)
|
||||||
|
legalismState.clear()
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user