mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix type errors with Flight.start_type in the UI.
Also reorders the enum so that iteration shows the order we want in the UI by default. Fixes https://github.com/dcs-liberation/dcs_liberation/issues/1672
This commit is contained in:
@@ -9,7 +9,7 @@ class StartType(Enum):
|
||||
IN_FLIGHT.
|
||||
"""
|
||||
|
||||
IN_FLIGHT = "In Flight"
|
||||
RUNWAY = "Runway"
|
||||
COLD = "Cold"
|
||||
WARM = "Warm"
|
||||
RUNWAY = "Runway"
|
||||
IN_FLIGHT = "In Flight"
|
||||
|
||||
Reference in New Issue
Block a user