mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fixed unused aircraft using the same slots as used aircrafts.
This commit is contained in:
@@ -911,7 +911,6 @@ class AircraftConflictGenerator:
|
||||
|
||||
def generate_flights(self, country, ato: AirTaskingOrder,
|
||||
dynamic_runways: Dict[str, RunwayData]) -> None:
|
||||
self.clear_parking_slots()
|
||||
|
||||
for package in ato.packages:
|
||||
if not package.flights:
|
||||
|
||||
Reference in New Issue
Block a user