From d17ab84e670e0e19f46247acbe3be1bf9713499a Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Mon, 23 Feb 2026 00:44:51 +0100 Subject: [PATCH] aaand fix an y offset bug --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index 4cb2c2d..1c1613b 100644 --- a/src/main.lua +++ b/src/main.lua @@ -726,7 +726,7 @@ local function VP_printstack(buf, dimensions, cx,cy,cz,direction) end move("up", true) end - move("up", true) + --move("up", true) -- not needed anymore end end end