From 6f27041eadafc9f461a6bc798a574eb8230b2d49 Mon Sep 17 00:00:00 2001 From: justuswolff Date: Mon, 16 Feb 2026 20:54:42 +0100 Subject: [PATCH] once again a patch for that. --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index 66b8ca5..6946e5c 100644 --- a/src/main.lua +++ b/src/main.lua @@ -456,7 +456,7 @@ local function printdes(buf, dimensions) cx,cz,direction = moveto(1,1,cx,cz,direction) move("up") end - moveto(1,0, cx,cz, direction) + cx,cz,direction = moveto(0,1, cx,cz, direction) for _=1,dimensions["y"]*(4)+1,1 do -- go back to starting position move("down") end