This commit is contained in:
Applevangelist
2025-11-02 09:54:16 +01:00
parent 31808b7981
commit b07accdb3d
+1 -1
View File
@@ -1232,7 +1232,7 @@ function CSAR:_EventHandler(EventData)
local _place = _event.Place -- Wrapper.Airbase#AIRBASE local _place = _event.Place -- Wrapper.Airbase#AIRBASE
if _place == nil then if _place == nil then
self:T(self.lid .. " Landing Place Nil") self:T(self.lid .. " Landing Place nil")
return self -- error! return self -- error!
end end