diff options
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index 17773e9..1ed7b90 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -117,6 +117,8 @@ end | |||
117 | 117 | ||
118 | -- Restore the environment. | 118 | -- Restore the environment. |
119 | moduleEnd = function (module) | 119 | moduleEnd = function (module) |
120 | -- TODO - Look for _NAME.properties, and load it into the modules Things. | ||
121 | -- TODO - Parse command line parameters at some point. | ||
120 | setfenv(2, module.savedEnvironment) | 122 | setfenv(2, module.savedEnvironment) |
121 | end | 123 | end |
122 | 124 | ||