From b795880174a6fbd04b50f35ff98a454dea9eea49 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Mon, 23 Feb 2026 00:48:19 +0100 Subject: [PATCH] also remove wanted from center call in VP_prinstack --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index 1747b1e..fce5129 100644 --- a/src/main.lua +++ b/src/main.lua @@ -734,7 +734,7 @@ local function VP_printstack(buf, dimensions, cx,cy,cz,direction) for _=1,buf["height"]+1,1 do move("down") end - center(direction, 0) + center(direction) return cx,cz,direction end local function VP_calccost(stacks, height,sx,sz) -- calculate needed blocks