diff options
Diffstat (limited to 'ClientHamr')
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 2b21cb9..cd95f6a 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -434,7 +434,7 @@ thing = function (names, ...) | |||
434 | thing.boss = params[7] or thing.boss | 434 | thing.boss = params[7] or thing.boss |
435 | thing.module = params[8] or thing.module -- Mostly for things like C functions, where get/setfenv() wont do what we need. | 435 | thing.module = params[8] or thing.module -- Mostly for things like C functions, where get/setfenv() wont do what we need. |
436 | 436 | ||
437 | -- PUll out named arguments. | 437 | -- Pull out named arguments. |
438 | for k, v in pairs(params) do | 438 | for k, v in pairs(params) do |
439 | if 'string' == type(k) then | 439 | if 'string' == type(k) then |
440 | if 'types' == k then types = v | 440 | if 'types' == k then types = v |