From ec3caa98bdcab04b0cb90b3cf1c1eb740433dfd6 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 27 Aug 2017 11:07:21 +1000 Subject: srcclean (nw) --- plugins/data/data_marp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/data') 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 -- cgit v1.2.3