mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
The UI won't stop you from aborting a flight that is already home, but that should also result in it re-completing again on the next tick. https://github.com/dcs-liberation/dcs_liberation/issues/1680
12 lines
361 B
Python
12 lines
361 B
Python
from .completed import Completed
|
|
from .flightstate import FlightState
|
|
from .incombat import InCombat
|
|
from .inflight import InFlight
|
|
from .killed import Killed
|
|
from .navigating import Navigating
|
|
from .startup import StartUp
|
|
from .takeoff import Takeoff
|
|
from .taxi import Taxi
|
|
from .uninitialized import Uninitialized
|
|
from .waitingforstart import WaitingForStart
|