[FIXED] attempt to index local 'airbase' (a nil value)

This commit is contained in:
smiki 2025-07-17 23:36:23 +02:00
parent 2d96ba0f56
commit 9df3fcfdf7

View File

@ -4497,6 +4497,11 @@ function FLIGHTGROUP:GetParkingSpot(element, maxdist, airbase)
-- Airbase.
airbase=airbase or self:GetClosestAirbase()
if airbase == nil then
self:T(self.lid.."No airbase found for element "..element.name)
return nil
end
-- Parking table of airbase.
local parking=airbase.parking --:GetParkingSpotsTable()