From 448057a0b9bdce67d802e1cc06d5c18194613814 Mon Sep 17 00:00:00 2001 From: Khopa Date: Mon, 10 Aug 2020 18:17:00 +0200 Subject: [PATCH] Disabled interceptors for upcoming release --- gen/flights/ai_flight_planner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()