diff options
author | David Walter Seikel | 2014-04-17 12:03:47 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-04-17 12:03:47 +1000 |
commit | 56d6a36559ada94fbe36cf0005b11517a9d302db (patch) | |
tree | 7e970e9d4d09b7d79a7414083b612ff2289c3a06 /ClientHamr/GuiLua | |
parent | Catch properties file errors, except for when the file doesn't exist. (diff) | |
download | SledjHamr-56d6a36559ada94fbe36cf0005b11517a9d302db.zip SledjHamr-56d6a36559ada94fbe36cf0005b11517a9d302db.tar.gz SledjHamr-56d6a36559ada94fbe36cf0005b11517a9d302db.tar.bz2 SledjHamr-56d6a36559ada94fbe36cf0005b11517a9d302db.tar.xz |
whitespace--
Diffstat (limited to '')
-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 3ddc692..632074b 100644 --- a/ClientHamr/GuiLua/skang.lua +++ b/ClientHamr/GuiLua/skang.lua | |||
@@ -349,7 +349,7 @@ moduleEnd = function (module) | |||
349 | if properties then | 349 | if properties then |
350 | setfenv(properties, getfenv(2)) | 350 | setfenv(properties, getfenv(2)) |
351 | properties() | 351 | properties() |
352 | elseif 'cannot open ' ~= string.sub(err, 1, 12) then | 352 | elseif 'cannot open ' ~= string.sub(err, 1, 12) then |
353 | print("ERROR - " .. err) | 353 | print("ERROR - " .. err) |
354 | end | 354 | end |
355 | 355 | ||