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, 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.
119moduleEnd = function (module) 119moduleEnd = 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)
121end 123end
122 124