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