mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-04 21:10:04 -04:00
Update init.lua
This commit is contained in:
parent
0698511eab
commit
4eacc2c2f3
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ minetest.register_chatcommand("sethome", {
|
|||
local output = io.open(home_file, "w")
|
||||
local data = {}
|
||||
for n, p in pairs(homepos) do
|
||||
table.insert(data,(p.x.." "..p.y.." "..p.z.." "..n.."\n")
|
||||
table.insert(data,(p.x.." "..p.y.." "..p.z.." "..n.."\n"))
|
||||
end
|
||||
output:write(table.concat(data))
|
||||
io.close(output)
|
||||
|
|
Loading…
Add table
Reference in a new issue