Merge pull request #2389 from FlightControl-Master/master

Merge from master
This commit is contained in:
Thomas
2025-09-18 06:48:20 +02:00
committed by GitHub

View File

@@ -1508,7 +1508,9 @@ function EVENT:onEvent( Event )
else
if Event.place:isExist() and Object.getCategory(Event.place) ~= Object.Category.SCENERY then
Event.Place=AIRBASE:Find(Event.place)
Event.PlaceName=Event.Place:GetName()
if Event.Place then
Event.PlaceName=Event.Place:GetName()
end
end
end
end