From f9e4b1b2383b10f81d27d268be905d217ba96842 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Tue, 1 Aug 2017 14:42:12 +1000 Subject: [PATCH] Uncomment component functions. --- modules/base/component.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/base/component.lua b/modules/base/component.lua index 9d33020..8d5dd79 100644 --- a/modules/base/component.lua +++ b/modules/base/component.lua @@ -34,7 +34,7 @@ do return next(ct,b) end end ---[[ function component.proxy(k) + function component.proxy(k) if type(component[k]) == "table" then return component[k] end @@ -43,5 +43,5 @@ do if type(component[k]) == "table" then return component[k].type end - end]]-- + end end