Added missing custom_waypoints parameter in PretenseCargoFlightPlan.

This commit is contained in:
MetalStormGhost 2024-05-04 09:27:17 +03:00
parent cbd230862f
commit c11575fcff

View File

@ -101,6 +101,7 @@ class Builder(IBuilder[PretenseCargoFlightPlan, FerryLayout]):
divert=builder.divert(self.flight.divert), divert=builder.divert(self.flight.divert),
bullseye=builder.bullseye(), bullseye=builder.bullseye(),
nav_from=[], nav_from=[],
custom_waypoints=list(),
) )
ferry_layout.departure = builder.join(offmap_transport_spawn) ferry_layout.departure = builder.join(offmap_transport_spawn)
ferry_layout.nav_to.append(builder.join(offmap_transport_spawn)) ferry_layout.nav_to.append(builder.join(offmap_transport_spawn))