From 5434ceb46cd35ffa4ebf70b081a63af5b5d34c71 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 22 Feb 2026 20:31:47 +0100 Subject: [PATCH] also fix going right for no reason (why did I add that?) --- src/main.lua | 6 ------ 1 file changed, 6 deletions(-) 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