- Added tanker and CAP zones
This commit is contained in:
Frank
2021-10-03 21:33:33 +02:00
parent 2ae2ee64be
commit fa6fbca67b
12 changed files with 189 additions and 44 deletions

View File

@@ -2161,6 +2161,7 @@ function FLIGHTCONTROL:RemoveParkingGuard(spot, delay)
else
if spot.ParkingGuard then
self:I(self.lid..string.format("Removing parking guard at spot %d", spot.TerminalID))
spot.ParkingGuard:Destroy()
spot.ParkingGuard=nil
end