diff options
author | 2017-08-27 11:07:21 +1000 | |
---|---|---|
committer | 2017-08-27 11:07:21 +1000 | |
commit | ec3caa98bdcab04b0cb90b3cf1c1eb740433dfd6 (patch) | |
tree | 337a198314bc8532025a9a1107430de7aafc1388 /plugins/data | |
parent | d969bebe1a47abe407c3ab280227213856b257bd (diff) |
srcclean (nw)
Diffstat (limited to 'plugins/data')
-rw-r--r-- | plugins/data/data_marp.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/data/data_marp.lua b/plugins/data/data_marp.lua index 959bdcbbfe9..9009a76d241 100644 --- a/plugins/data/data_marp.lua +++ b/plugins/data/data_marp.lua @@ -1,7 +1,7 @@ -- get marp high score file from http://replay.marpirc.net/txt/scores3.htm local dat = {} local db, sql = require("data/database")() -local ver, info +local ver, info local function init() local filepath @@ -27,7 +27,7 @@ local function init() if not fh and dbver then -- data in database but missing file, just use what we have ver = dbver - return + return elseif not fh then return elseif not dbver then |