From f06e2e9b3ad01ac248e94c1e7de422a05b846a44 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 22 Feb 2026 20:20:38 +0100 Subject: [PATCH] more debugging --- src/main.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main.lua b/src/main.lua index a0e470d..97b4ebe 100644 --- a/src/main.lua +++ b/src/main.lua @@ -638,10 +638,11 @@ local function VP_createstack(buf, dimensions) end VP_optimizestack(tempbuf) - if #tempbuf > 0 then print("bugcheck");read();out[posasstring(x,z)] = tempbuf end + if #tempbuf > 0 then out[posasstring(x,z)] = tempbuf end end end - + print(#out) + read() fout["stacks"] = out return fout end