mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Added missing custom_waypoints parameter in PretenseCargoFlightPlan.
This commit is contained in:
parent
cbd230862f
commit
c11575fcff
@ -101,6 +101,7 @@ class Builder(IBuilder[PretenseCargoFlightPlan, FerryLayout]):
|
||||
divert=builder.divert(self.flight.divert),
|
||||
bullseye=builder.bullseye(),
|
||||
nav_from=[],
|
||||
custom_waypoints=list(),
|
||||
)
|
||||
ferry_layout.departure = builder.join(offmap_transport_spawn)
|
||||
ferry_layout.nav_to.append(builder.join(offmap_transport_spawn))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user