mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Show the status of each flight in the UI.
https://github.com/dcs-liberation/dcs_liberation/issues/1704
This commit is contained in:
@@ -16,3 +16,7 @@ class Completed(FlightState):
|
||||
def spawn_type(self) -> StartType:
|
||||
# TODO: May want to do something different to make these uncontrolled?
|
||||
return StartType.COLD
|
||||
|
||||
@property
|
||||
def description(self) -> str:
|
||||
return "Completed"
|
||||
|
||||
Reference in New Issue
Block a user