mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 17:43:53 +01:00
Add commented out debug statement
This commit is contained in:
parent
076297553b
commit
121b06eb9a
@ -119,6 +119,7 @@ local function generate_maze3d(seed, width, height, depth, path_length, path_wid
|
||||
for ix = cx,cx+(path_width-1) do
|
||||
for iy = cy,cy+path_length+(path_width-1) do
|
||||
world[iz][iy][ix] = " "
|
||||
-- print("[tunnel/d] ("..ix..", "..iy..", "..iz..")")
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user