From 0c71102650f4fb36f2ef2bcad2db7983d6da806c Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 22 Feb 2026 20:47:47 +0100 Subject: [PATCH] fix start position of master turtle. --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index 23efe1b..61dbbac 100644 --- a/src/main.lua +++ b/src/main.lua @@ -939,7 +939,7 @@ while true do dimensions=dimensions, height=height } - VP_printstack(ownstack,dimensions, 1,0,1,0) + VP_printstack(ownstack,dimensions, 0,0,1,0) end end if action == 4 then