diff options
Diffstat (limited to 'ClientHamr/GuiLua/skang.lua')
-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 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. |
238 | ThingSpace.modules[_NAME] = {module = _M, name = _NAME, } | 238 | ThingSpace.modules[_NAME] = {module = _M, name = _NAME, } |
239 | setmetatable(_M, {__index=Thing}) | 239 | setmetatable(_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. |
242 | moduleBegin = function (name, author, copyright, version, timestamp, skin) | 242 | moduleBegin = function (name, author, copyright, version, timestamp, skin) |