From a69bb940592ea2d805e64d11520044c34c0c0761 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 15 Feb 2026 19:58:44 +0100 Subject: [PATCH] remove debug call read --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index 077e4dd..115c91b 100644 --- a/src/main.lua +++ b/src/main.lua @@ -365,7 +365,7 @@ local function printdes(buf, dimensions) term.setCursorPos(target[1],target[2]) term.blit(" ", colors.toBlit(colors.lime), colors.toBlit(colors.lime)) - read("") + --read("") cx,cz,direction = moveto(target[1],target[2],cx,cz,direction) place("down")