D E B U G

This commit is contained in:
Justus Wolff
2026-02-22 20:21:25 +01:00
parent f06e2e9b3a
commit 6f6e61b092

View File

@@ -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