mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Modified Planned Flights in airfield command to show startup type
This commit is contained in:
@@ -13,3 +13,6 @@ class StartType(Enum):
|
||||
WARM = "Warm"
|
||||
RUNWAY = "Runway"
|
||||
IN_FLIGHT = "In Flight"
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f"{self.value}"
|
||||
|
||||
Reference in New Issue
Block a user