also fix going right for no reason (why did I add that?)

This commit is contained in:
Justus Wolff
2026-02-22 20:31:47 +01:00
parent 0a9ef1709e
commit 5434ceb46c

View File

@@ -713,9 +713,6 @@ end
end]]
local function VP_printstack(buf, dimensions, cx,cy,cz,direction)
reset()
move("right")
move("forward")
move("left")
move("up")
if buf["height"] < cy then
for _=1,math.abs(buf["height"]-cy),1 do
@@ -728,9 +725,6 @@ local function VP_printstack(buf, dimensions, cx,cy,cz,direction)
end
local ox,oz = cx,cz
cx,cz,direction = VP_moveto(cx+1,cz, cx,cz,direction)
move("left")
move("forward")
move("right")
for x=1,dimensions["x"],1 do
for z=1,dimensions["z"],1 do