Fix SEAD Sweep not available at campaign start

This commit is contained in:
Raffson
2023-10-15 12:23:18 +02:00
parent 02ae5d9ad7
commit 63e2c30e44
3 changed files with 9 additions and 4 deletions

View File

@@ -152,8 +152,6 @@ class Migrator:
if isinstance(s.country, str):
c = country_dict.get(s.country, s.country)
s.country = countries_by_name[c]()
if FlightType.SEAD in s.auto_assignable_mission_types:
s.auto_assignable_mission_types.add(FlightType.SEAD_SWEEP)
# code below is used to fix corruptions wrt overpopulation
parking_type = ParkingType().from_squadron(s)