forked from luanti-org/minetest_game
		
	Beds: Fix code style issues
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user