Remove writting lines in bed

This commit is contained in:
kilbith 2015-03-06 11:46:59 +01:00
parent 2ea4ab347f
commit 81dbc93735

View file

@ -41,13 +41,11 @@ function beds.save_spawns()
if not beds.spawn then
return
end
local writing = true
local output = io.open(org_file, "w")
for i, v in pairs(beds.spawn) do
output:write(v.x.." "..v.y.." "..v.z.." "..i.."\n")
end
io.close(output)
writing = false
end
function beds.set_spawns()