mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix SEAD Sweep not available at campaign start
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user