From a1814960527d36d8c90e99944c72c0fc26695596 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Fri, 9 Dec 2022 12:38:20 +0100 Subject: [PATCH] Update Frame.lua This is just a small workaround for an actual bug - i need to figure out where it comes from. --- Basalt/Frame.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/Basalt/Frame.lua b/Basalt/Frame.lua index 4010447..0640e01 100644 --- a/Basalt/Frame.lua +++ b/Basalt/Frame.lua @@ -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