mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Revert yet another bogus change
This commit is contained in:
parent
dd6267c5ed
commit
0ecbd81a20
@ -65,7 +65,7 @@ class AirAssaultFlightPlan(FormationAttackFlightPlan, UiZoneDisplay):
|
|||||||
def tot_waypoint(self) -> FlightWaypoint:
|
def tot_waypoint(self) -> FlightWaypoint:
|
||||||
if self.flight.is_helo and self.layout.drop_off is not None:
|
if self.flight.is_helo and self.layout.drop_off is not None:
|
||||||
return self.layout.drop_off
|
return self.layout.drop_off
|
||||||
return self.target_area_waypoint
|
return self.layout.targets[0]
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def ingress_time(self) -> datetime:
|
def ingress_time(self) -> datetime:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user