mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
Sethome working in the nether, factions too.
- Sethome depends on nether - There is a home in the nether and another in the real world - Factions no longer use mobf missing API - Players' skin refreshed after only 2min
This commit is contained in:
@ -13,7 +13,7 @@ u_skins.load_players()
|
||||
local ttime = 0
|
||||
minetest.register_globalstep(function(t)
|
||||
ttime = ttime + t
|
||||
if ttime < 360 then --every 6min'
|
||||
if ttime < 120 then --every 6min'
|
||||
return
|
||||
end
|
||||
ttime = 0
|
||||
|
Reference in New Issue
Block a user