mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-19 16:57:38 +07:00
Resolved #9357 - update UI after founding city when breaking promise
This commit is contained in:
parent
be20c917cc
commit
341c290ce4
@ -201,6 +201,7 @@ object UnitActions {
|
||||
|
||||
if (hasActionModifiers) activateSideEffects(unit, unique)
|
||||
else unit.destroy()
|
||||
GUI.setUpdateWorldOnNextRender() // Set manually, since this could be triggered from the ConfirmPopup and not from the UnitActionsTable
|
||||
}
|
||||
|
||||
if (unit.civ.playerType == PlayerType.AI)
|
||||
|
Loading…
Reference in New Issue
Block a user