diff --git a/src/main.lua b/src/main.lua index 30ac2ac..41acfae 100644 --- a/src/main.lua +++ b/src/main.lua @@ -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