diff options
author | David Walter Seikel | 2014-03-27 03:01:17 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-03-27 03:01:17 +1000 |
commit | 309a4c31e275bb223a3455a5f5f59661870fb0d4 (patch) | |
tree | d61caef636365d16070c4da6fc3d6627a77d1dd7 /ClientHamr | |
parent | Add pattern testing to isValid(). (diff) | |
download | SledjHamr-309a4c31e275bb223a3455a5f5f59661870fb0d4.zip SledjHamr-309a4c31e275bb223a3455a5f5f59661870fb0d4.tar.gz SledjHamr-309a4c31e275bb223a3455a5f5f59661870fb0d4.tar.bz2 SledjHamr-309a4c31e275bb223a3455a5f5f59661870fb0d4.tar.xz |
TODO++
Diffstat (limited to 'ClientHamr')
-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 | ||