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

@@ -78,8 +78,7 @@ class Migrator:
def _update_control_points(self) -> None:
is_sinai = self.game.theater.terrain.name == "SinaiMap"
for cp in self.game.theater.controlpoints:
for parking_slot in cp.parking_slots:
parking_slot.unit_id = None
cp.release_parking_slots()
is_carrier = cp.is_carrier
is_lha = cp.is_lha
is_fob = cp.category == "fob"