mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Rename faction.aircrafts -> faction.all_aircraft
This commit is contained in:
@@ -61,7 +61,7 @@ class ProcurementAi:
|
||||
return 0
|
||||
|
||||
# faction has no planes or no squadrons
|
||||
if len(self.faction.aircrafts) == 0 or len(self.air_wing.squadrons) == 0:
|
||||
if len(self.faction.all_aircrafts) == 0 or len(self.air_wing.squadrons) == 0:
|
||||
return 1
|
||||
|
||||
parking_type = ParkingType(
|
||||
|
||||
Reference in New Issue
Block a user