diff --git a/gen/flights/ai_flight_planner.py b/gen/flights/ai_flight_planner.py index e4236732..06d0355b 100644 --- a/gen/flights/ai_flight_planner.py +++ b/gen/flights/ai_flight_planner.py @@ -56,7 +56,7 @@ class FlightPlanner: self.compute_strike_targets() # The priority is to assign air-superiority fighter or interceptor to interception roles, so they can scramble if there is an attacker - self.commision_interceptors() + # self.commision_interceptors() # Then some CAP patrol for the next 2 hours self.commision_cap()