aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index d02be48..cb0b84a 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -327,7 +327,7 @@ thing = function (module, names, help, default, types, widget, required, acl, bo
327 end 327 end
328 328
329 -- Set it all up. 329 -- Set it all up.
330 -- TODO - might want to merge into pre existing Thing instead of over writing like this. 330 -- TODO - might want to merge into pre existing Thing instead of over writing like this. OOOR clone so there's a second copy.
331 local thing = {module = module, names = n, help = help, default = default, types = t, widget = widget, required = isBoolean(required), acl = acl, boss = boss, } 331 local thing = {module = module, names = n, help = help, default = default, types = t, widget = widget, required = isBoolean(required), acl = acl, boss = boss, }
332 setmetatable(thing, Thing) 332 setmetatable(thing, Thing)
333 -- Stash the Thing under all of it's names. 333 -- Stash the Thing under all of it's names.