diff options
-rw-r--r-- | ClientHamr/GuiLua/skang.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ClientHamr/GuiLua/skang.lua b/ClientHamr/GuiLua/skang.lua index ed060e8..791f79b 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -148,7 +148,7 @@ end | |||
148 | 148 | ||
149 | -- Call this now so that from now on, this is like any other module. | 149 | -- Call this now so that from now on, this is like any other module. |
150 | local _M = moduleBegin('skang', 'David Seikel', 'Copyright 2014 David Seikel', '0.1', '2014-03-27 02:57:00') | 150 | local _M = moduleBegin('skang', 'David Seikel', 'Copyright 2014 David Seikel', '0.1', '2014-03-27 02:57:00') |
151 | 151 | print('Skang loaded, running under Lua version ' .. _VERSION) | |
152 | 152 | ||
153 | -- My clever boolean check, this is the third language I've written this in. B-) | 153 | -- My clever boolean check, this is the third language I've written this in. B-) |
154 | -- true 1 yes ack ok one positive absolutely affirmative 'ah ha' 'shit yeah' 'why not' | 154 | -- true 1 yes ack ok one positive absolutely affirmative 'ah ha' 'shit yeah' 'why not' |