aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-03-27 00:13:20 +1000
committerDavid Walter Seikel2014-03-27 00:13:20 +1000
commit613e8d2f707b9ad466f2bcddd5ab3efd69838d06 (patch)
tree2aa9771132191d87877756a15ca3e58866fa23ec /ClientHamr
parentComment out debugging stuff for now, and that means no more need for thing.na... (diff)
downloadSledjHamr-613e8d2f707b9ad466f2bcddd5ab3efd69838d06.zip
SledjHamr-613e8d2f707b9ad466f2bcddd5ab3efd69838d06.tar.gz
SledjHamr-613e8d2f707b9ad466f2bcddd5ab3efd69838d06.tar.bz2
SledjHamr-613e8d2f707b9ad466f2bcddd5ab3efd69838d06.tar.xz
Typo--
Diffstat (limited to 'ClientHamr')
-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 dfcb5e7..379b871 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -334,7 +334,7 @@ end
334-- acl - Access Control List defining security restrains. 334-- acl - Access Control List defining security restrains.
335-- boss - the Thing or person that owns this Thing, otherwise it is self owned. 335-- boss - the Thing or person that owns this Thing, otherwise it is self owned.
336thing = function (names, help, default, types, widget, required, acl, boss) 336thing = function (names, help, default, types, widget, required, acl, boss)
337 -- Grad the environment of the calling function, so this new thing automatically becomes a global in it. 337 -- Grab the environment of the calling function, so this new thing automatically becomes a global in it.
338 module = getfenv(2) 338 module = getfenv(2)
339 339
340 -- Break out the names. 340 -- Break out the names.