summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/data/data_marp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/data/data_marp.lua')
-rw-r--r--plugins/data/data_marp.lua4
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