more debugging

This commit is contained in:
Justus Wolff
2026-02-22 20:20:38 +01:00
parent 2123699e23
commit f06e2e9b3a

View File

@@ -638,10 +638,11 @@ local function VP_createstack(buf, dimensions)
end end
VP_optimizestack(tempbuf) 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
end end
print(#out)
read()
fout["stacks"] = out fout["stacks"] = out
return fout return fout
end end