forked from mtcontrib/factions
Wait for the factions file to fully load.
This commit is contained in:
@ -1109,7 +1109,4 @@ end
|
||||
function factionUpdate()
|
||||
factions.faction_tick()
|
||||
minetest.after(factions_config.tick_time,factionUpdate)
|
||||
end
|
||||
|
||||
minetest.after(1,hudUpdateClaimInfo)
|
||||
minetest.after(1,factionUpdate)
|
||||
end
|
Reference in New Issue
Block a user