Revert yet another bogus change

This commit is contained in:
Raffson 2024-07-27 20:16:00 +02:00
parent dd6267c5ed
commit 0ecbd81a20
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -65,7 +65,7 @@ class AirAssaultFlightPlan(FormationAttackFlightPlan, UiZoneDisplay):
def tot_waypoint(self) -> FlightWaypoint:
if self.flight.is_helo and self.layout.drop_off is not None:
return self.layout.drop_off
return self.target_area_waypoint
return self.layout.targets[0]
@property
def ingress_time(self) -> datetime: