aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ClientHamr/GuiLua/skang.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-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 7f174a0..80abdfb 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -236,7 +236,7 @@ Thing =
236 236
237-- Actually stuff ourself into ThingSpace. 237-- Actually stuff ourself into ThingSpace.
238ThingSpace.modules[_NAME] = {module = _M, name = _NAME, } 238ThingSpace.modules[_NAME] = {module = _M, name = _NAME, }
239setmetatable(_M, {__index=Thing}) 239setmetatable(_M, {Thing})
240 240
241-- This is the final version that we export. Finally we can include the ThingSpace stuff. 241-- This is the final version that we export. Finally we can include the ThingSpace stuff.
242moduleBegin = function (name, author, copyright, version, timestamp, skin) 242moduleBegin = function (name, author, copyright, version, timestamp, skin)