From 0ecbd81a2078c5132497a4dd5fc974bd71e4b690 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sat, 27 Jul 2024 20:16:00 +0200 Subject: [PATCH] Revert yet another bogus change --- game/ato/flightplans/airassault.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/ato/flightplans/airassault.py b/game/ato/flightplans/airassault.py index b383ef5e..19402b6a 100644 --- a/game/ato/flightplans/airassault.py +++ b/game/ato/flightplans/airassault.py @@ -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: