use detailed debugging in map gen

This commit is contained in:
2025-02-22 19:48:52 -08:00
parent 234a42b1e3
commit 898a93d8e5

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",