use detailed debugging in map gen

This commit is contained in:
Kistaro Windrider 2025-02-22 19:48:52 -08:00
parent 234a42b1e3
commit 898a93d8e5
Signed by: kistaro
SSH Key Fingerprint: SHA256:TBE2ynfmJqsAf0CP6gsflA0q5X5wD5fVKWPsZ7eVUg8

View File

@ -555,7 +555,7 @@ function connectRegions(knife: Knife) {
); );
} }
iter++; iter++;
showDebug(knife.map); knife.showDebug(merged);
if (connectors.length == 0) { if (connectors.length == 0) {
throw new TryAgainException( throw new TryAgainException(
"couldn't figure out how to connect sections", "couldn't figure out how to connect sections",