mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Re-initialize turn after AWCD changes if turn > 0
This commit is contained in:
parent
62df761d9c
commit
35408f7a53
@ -802,6 +802,8 @@ class AirWingConfigurationDialog(QDialog):
|
||||
def accept(self) -> None:
|
||||
for tab in self.tabs:
|
||||
tab.apply()
|
||||
if tab.coalition.game.turn != 0:
|
||||
tab.coalition.initialize_turn(False)
|
||||
super().accept()
|
||||
|
||||
def reject(self) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user