This commit is contained in:
Frank
2026-08-17 22:56:18 +02:00
parent d711172984
commit 51bd6150e8
2 changed files with 30 additions and 11 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ function SCENERY:FindByName(Name, Coordinate, Radius, Role, Zone)
end
if not scenery then
self:I(string.format("No scenery object %s found ==> Registering MOOSE SCENERY Object without DCS object", tostring(Name)))
BASE:I(string.format("No scenery object %s found ==> Registering MOOSE SCENERY Object without DCS object", tostring(Name)))
scenery = SCENERY:Register(Name,nil,Zone)
end