aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-29 00:08:16 +1000
committerDavid Walter Seikel2014-03-29 00:08:16 +1000
commitcca7327b5e53f1e46e4150003233df2a7ad8a0d2 (patch)
tree0658f8086ea71083b8cee5b7ebab7082641c2576 /ClientHamr/GuiLua/skang.lua
parentTODO++ (diff)
downloadSledjHamr-cca7327b5e53f1e46e4150003233df2a7ad8a0d2.zip
SledjHamr-cca7327b5e53f1e46e4150003233df2a7ad8a0d2.tar.gz
SledjHamr-cca7327b5e53f1e46e4150003233df2a7ad8a0d2.tar.bz2
SledjHamr-cca7327b5e53f1e46e4150003233df2a7ad8a0d2.tar.xz
Typo--
Diffstat (limited to '')
-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 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