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, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua
index 327dc38..c0c63dc 100644
--- a/ClientHamr/GuiLua/skang.lua
+++ b/ClientHamr/GuiLua/skang.lua
@@ -184,7 +184,7 @@ Thing =
184 print(thing.module._NAME .. '.' .. name .. '(' .. types .. ') -> ' .. thing.help) 184 print(thing.module._NAME .. '.' .. name .. '(' .. types .. ') -> ' .. thing.help)
185 else 185 else
186 thing:isValid() 186 thing:isValid()
187 print(thing.types[1] .. ' ' .. thing.module._NAME .. '.' .. name .. ' = ' .. value .. ' -> ' .. thing.help) 187 print(thing.types[1] .. ' ' .. thing.module._NAME .. '.' .. name .. ' = ' .. (value or 'nil') .. ' -> ' .. thing.help)
188 -- TODO - Go through it's linked things and set them to. 188 -- TODO - Go through it's linked things and set them to.
189 end 189 end
190 rawset(table, name, value) 190 rawset(table, name, value)