mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Polishing, Bug Fixes, Slight improvements to flight generator for BARCAP.
This commit is contained in:
@@ -81,7 +81,7 @@ class QTopPanel(QFrame):
|
||||
self.budgetBox.setGame(self.game)
|
||||
self.factionsInfos.setGame(self.game)
|
||||
|
||||
if not len(self.game.planners.keys()) == len(self.game.theater.controlpoints):
|
||||
if self.game and self.game.turn == 0:
|
||||
self.proceedButton.setEnabled(False)
|
||||
else:
|
||||
self.proceedButton.setEnabled(True)
|
||||
|
||||
Reference in New Issue
Block a user