Beds: Fix code style issues
This commit is contained in:
parent
aa676ab878
commit
45bc0b245f
5 changed files with 86 additions and 83 deletions
|
@ -43,7 +43,7 @@ function beds.save_spawns()
|
|||
end
|
||||
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")
|
||||
output:write(v.x .. " " .. v.y .. " " .. v.z .. " " .. i .. "\n")
|
||||
end
|
||||
io.close(output)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue