From 6f6e61b09277ff53631b290d9d0dfd32dd287ec9 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 22 Feb 2026 20:21:25 +0100 Subject: [PATCH] D E B U G --- src/main.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.lua b/src/main.lua index 97b4ebe..704b4d5 100644 --- a/src/main.lua +++ b/src/main.lua @@ -641,8 +641,7 @@ local function VP_createstack(buf, dimensions) if #tempbuf > 0 then out[posasstring(x,z)] = tempbuf end end end - print(#out) - read() + for i,v in pairs(out) do print("ok");read() end fout["stacks"] = out return fout end