aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr')
-rw-r--r--ClientHamr/GuiLua/skang.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 25886c2..5859b1b 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -591,9 +591,6 @@ Thing.__newindex = function (module, key, value)
591 rawset(module, key, value) -- Stuff it normally. 591 rawset(module, key, value) -- Stuff it normally.
592end 592end
593 593
594thingasm = function ()
595end
596
597Thing.__call = function (func, ...) 594Thing.__call = function (func, ...)
598 return thingasm(func, ...) -- (func, {...}) 595 return thingasm(func, ...) -- (func, {...})
599end 596end