Fix temporary ban checker not being registered.

This commit is contained in:
Diego Martinez 2015-10-26 20:00:40 -03:00
parent 0314ced292
commit 932e67676b
1 changed files with 2 additions and 0 deletions

View File

@ -321,5 +321,7 @@ minetest.after(SAVE_INTERVAL, save_db)
load_db()
xban.db = db
minetest.after(1, check_temp_bans)
dofile(xban.MP.."/dbimport.lua")
dofile(xban.MP.."/gui.lua")