Resolved #9944 - Undo button in Multiplayer no longer changes 'next turn' button

This commit is contained in:
Yair Morgenstern 2023-08-21 18:15:48 +03:00
parent 08a04d3575
commit f3ff1033ea

View File

@ -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)
}
}