fix small typo

This commit is contained in:
Enno Rehling 2017-11-10 17:50:19 +01:00
parent 5a0a1f495b
commit f08640453f
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ local function dbupdate()
update_scores() update_scores()
if config.dbname then if config.dbname then
dbname = config.basepath..'/'..config.dbname dbname = config.basepath..'/'..config.dbname
edb = db.open(dbame) edb = db.open(dbname)
if edb~=nil then if edb~=nil then
edb:update_factions() edb:update_factions()
edb:update_scores() edb:update_scores()