mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Free parking slots when passing turn
This commit is contained in:
parent
61b2d7c68e
commit
2fdc9bbb2d
@ -1021,6 +1021,9 @@ 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
|
||||
|
||||
runway_status = self.runway_status
|
||||
if runway_status is not None:
|
||||
runway_status.process_turn()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user