Update Frame.lua

This is just a small workaround for an actual bug - i need to figure out where it comes from.
This commit is contained in:
Robert Jelic
2022-12-09 12:38:20 +01:00
committed by GitHub
parent 636ed0001f
commit a181496052

View File

@@ -83,6 +83,7 @@ return function(name, parent, pTerm, basalt)
end
local function getObject(name)
if(type(name)=="number")then name = tostring(number) end
if(type(name)~="string")then name = name.name end
for _, value in pairs(objects) do
for _, b in pairs(value) do