mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-23 16:30:19 +01:00
Removed commented old lines from code
This commit is contained in:
parent
63a6c26de6
commit
c539cc15e2
@ -30,9 +30,6 @@ home.sethome = function(name)
|
|||||||
home.homepos[p_status][player:get_player_name()] = pos
|
home.homepos[p_status][player:get_player_name()] = pos
|
||||||
minetest.chat_send_player(name, "Home set!")
|
minetest.chat_send_player(name, "Home set!")
|
||||||
local output = io.open(home.homes_file[p_status], "w")
|
local output = io.open(home.homes_file[p_status], "w")
|
||||||
--for i, v in pairs(home.homepos[p_status]) do
|
|
||||||
-- output:write(v.x.." "..v.y.." "..v.z.." "..i.."\n")
|
|
||||||
--end
|
|
||||||
output:write(minetest.serialize(home.homepos[p_status]))
|
output:write(minetest.serialize(home.homepos[p_status]))
|
||||||
io.close(output)
|
io.close(output)
|
||||||
return true
|
return true
|
||||||
|
Loading…
Reference in New Issue
Block a user