TARGET Scenery & PyBridge

This commit is contained in:
Frank
2026-08-20 18:45:48 +02:00
parent 51bd6150e8
commit f5aef8edb9
4 changed files with 136 additions and 5 deletions
+4 -1
View File
@@ -60,7 +60,10 @@ function SCENERY:Register( SceneryName, SceneryObject, SceneryZone )
end
if _SCENERY[ID] then return _SCENERY[ID] end
if _SCENERY[ID] then
BASE:I("Returning DCS scenery object found in _SCENERY table with ID")
return _SCENERY[ID]
end
local self = BASE:Inherit( self, POSITIONABLE:New( SceneryName ) )