mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +07:00
Resolved #9357 - update UI after founding city when breaking promise
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user