aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/skang.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 9efd03c..75df4b5 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -610,6 +610,8 @@ copy = function (module, name)
610end 610end
611 611
612 612
613-- TODO - These deal with te Thing stuff, not the values, so might need to change the names.
614-- Or have them do both?
613get = function (stuff, key, name) 615get = function (stuff, key, name)
614 local result 616 local result
615 local thing = getmetatable(stuff) 617 local thing = getmetatable(stuff)