Fine-tune release of parking slots

This commit is contained in:
Raffson
2024-03-03 12:51:27 +01:00
parent 7a3ca43514
commit bcf8ee9d42
3 changed files with 4 additions and 4 deletions

View File

@@ -1021,8 +1021,7 @@ class ControlPoint(MissionTarget, SidcDescribable, ABC):
# clear the ATO and replan the airlifts with the correct time.
self.ground_unit_orders.process(game, game.conditions.start_time)
for parking_slot in self.parking_slots:
parking_slot.unit_id = None
self.release_parking_slots()
runway_status = self.runway_status
if runway_status is not None: