mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix hangar status display.
(cherry picked from commit d8881e27344a67d1766f0fb9aeaabf6f8c7c7763)
This commit is contained in:
parent
d77a174ac1
commit
e7336d8608
@ -167,7 +167,7 @@ class QHangarStatus(QHBoxLayout):
|
||||
next_turn = self.control_point.allocated_aircraft(self.game_model.game)
|
||||
max_amount = self.control_point.total_aircraft_parking
|
||||
|
||||
components = [f"{next_turn.present} present"]
|
||||
components = [f"{next_turn.total_present} present"]
|
||||
if next_turn.total_ordered > 0:
|
||||
components.append(f"{next_turn.total_ordered} purchased")
|
||||
elif next_turn.total_ordered < 0:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user