aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--ClientHamr/GuiLua/skang.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index b11f617..ed060e8 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -76,6 +76,7 @@ local versions = {
76} 76}
77 77
78-- Trying to capture best practices here for creating modules, especially since module() is broken and deprecated. 78-- Trying to capture best practices here for creating modules, especially since module() is broken and deprecated.
79-- TODO - Should parse in license type to.
79moduleBegin = function (name, author, copyright, version, timestamp, skin) 80moduleBegin = function (name, author, copyright, version, timestamp, skin)
80 local _M = {} -- This is what we return to require(). 81 local _M = {} -- This is what we return to require().
81 local level = 2 82 local level = 2