forked from minetest/minetest_game
sethome: Do not write empty homes file
This commit is contained in:
parent
6d2a897e1b
commit
af045dcd8b
|
@ -32,6 +32,9 @@ sethome.set = function(name, pos)
|
||||||
player:set_attribute("sethome:home", minetest.pos_to_string(pos))
|
player:set_attribute("sethome:home", minetest.pos_to_string(pos))
|
||||||
|
|
||||||
-- remove `name` from the old storage file
|
-- remove `name` from the old storage file
|
||||||
|
if not homepos[name] then
|
||||||
|
return true
|
||||||
|
end
|
||||||
local data = {}
|
local data = {}
|
||||||
local output = io.open(homes_file, "w")
|
local output = io.open(homes_file, "w")
|
||||||
if output then
|
if output then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user