mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-05 21:11:35 +07:00
Resolved #9944 - Undo button in Multiplayer no longer changes 'next turn' button
This commit is contained in:
parent
08a04d3575
commit
f3ff1033ea
@ -167,6 +167,7 @@ class TechPolicyDiplomacyButtons(val worldScreen: WorldScreen) : Table(BaseScree
|
||||
Concurrency.run {
|
||||
// Most of the time we won't load this, so we only set transients once we see it's relevant
|
||||
worldScreen.preActionGameInfo.setTransients()
|
||||
worldScreen.preActionGameInfo.isUpToDate = worldScreen.gameInfo.isUpToDate
|
||||
game.loadGame(worldScreen.preActionGameInfo)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user