mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-27 13:55:54 -04: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 {
|
Concurrency.run {
|
||||||
// Most of the time we won't load this, so we only set transients once we see it's relevant
|
// 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.setTransients()
|
||||||
|
worldScreen.preActionGameInfo.isUpToDate = worldScreen.gameInfo.isUpToDate
|
||||||
game.loadGame(worldScreen.preActionGameInfo)
|
game.loadGame(worldScreen.preActionGameInfo)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user