mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Force 'Nothing' task for ferry flights
pydcs doesn't export this task, although every aircraft is capable of doing 'Nothing' 😂
This commit is contained in:
parent
569efdbb12
commit
9c6b070dbd
@ -322,7 +322,8 @@ class AircraftBehavior:
|
||||
)
|
||||
|
||||
def configure_ferry(self, group: FlyingGroup[Any], flight: Flight) -> None:
|
||||
self.configure_task(flight, group, Nothing)
|
||||
# Every aircraft is capable of 'Nothing', but pydcs doesn't always export it
|
||||
group.task = Nothing.name
|
||||
self.configure_behavior(
|
||||
flight,
|
||||
group,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user