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:
@ -16,7 +16,7 @@ table.icontains = table.icontains or function(t, v)
|
||||
return false
|
||||
end
|
||||
|
||||
local players_in_nether = {}
|
||||
players_in_nether = {}
|
||||
local file = io.open(minetest.get_worldpath()..'/nether_players', "r")
|
||||
if file then
|
||||
local contents = file:read('*all')
|
||||
|
Reference in New Issue
Block a user