component: Fixed #33

This commit is contained in:
2026-06-15 19:37:48 +03:00
parent b139e2da01
commit 317c0df9e8
+3 -1
View File
@@ -130,7 +130,9 @@ setmetatable(compLib, {
if LLcomponent.list(item)() then if LLcomponent.list(item)() then
return compLib.proxy(compLib.list(item)()) return compLib.proxy(compLib.list(item)())
else else
return compLib[item] -- Why did I ever fucking write this??
-- return compLib[item]
return nil
end end
end, end,
}) })