mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fixed a type assignment in pretensecargo.py
This commit is contained in:
parent
ae13a422c3
commit
992beb5f45
@ -44,7 +44,7 @@ class PretenseCargoFlightPlan(StandardFlightPlan[FerryLayout]):
|
||||
class Builder(IBuilder[PretenseCargoFlightPlan, FerryLayout]):
|
||||
def layout(self) -> FerryLayout:
|
||||
# Find the spawn location for off-map transport planes
|
||||
distance_to_flot = 0
|
||||
distance_to_flot = 0.0
|
||||
heading_from_flot = 0.0
|
||||
offmap_transport_cp_id = self.flight.departure.id
|
||||
for front_line_cp in self.coalition.game.theater.controlpoints:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user