Merge branch 'develop' into FF/Ops

This commit is contained in:
Frank
2021-10-12 22:20:20 +02:00
13 changed files with 1131 additions and 107 deletions

View File

@@ -1189,7 +1189,7 @@ function AIRBASE:FindFreeParkingSpotForAircraft(group, terminaltype, scanradius,
parkingdata=parkingdata or self:GetParkingSpotsTable(terminaltype)
-- Get the aircraft size, i.e. it's longest side of x,z.
local aircraft = nil
local aircraft = nil -- fix local problem below
local _aircraftsize, ax,ay,az
if group and group.ClassName == "GROUP" then
aircraft=group:GetUnit(1)