component: Fixed #33
This commit is contained in:
+3
-1
@@ -130,7 +130,9 @@ setmetatable(compLib, {
|
||||
if LLcomponent.list(item)() then
|
||||
return compLib.proxy(compLib.list(item)())
|
||||
else
|
||||
return compLib[item]
|
||||
-- Why did I ever fucking write this??
|
||||
-- return compLib[item]
|
||||
return nil
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user