mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-06 22:04:25 -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 output = io.open(home_file, "w")
|
||||||
local data = {}
|
local data = {}
|
||||||
for n, p in pairs(homepos) do
|
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
|
end
|
||||||
output:write(table.concat(data))
|
output:write(table.concat(data))
|
||||||
io.close(output)
|
io.close(output)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue