mirror of
https://github.com/minetest-mods/xban2.git
synced 2025-03-15 04:11:25 +00:00
Fix temporary ban checker not being registered.
This commit is contained in:
parent
0314ced292
commit
932e67676b
1 changed files with 2 additions and 0 deletions
2
init.lua
2
init.lua
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue