Improve generationQueue and add more and better logging and fix double close on DhLevels

This commit is contained in:
TomTheFurry
2022-07-27 14:49:03 +08:00
parent 4390b1c694
commit 142deb47cb
2 changed files with 6 additions and 1 deletions
@@ -207,4 +207,9 @@ public class LevelWrapper implements ILevelWrapper
ChunkSource source = level.getChunkSource();
return source.hasChunk(chunkX, chunkZ);
}
@Override
public String toString() {
return "Wrapped{" + level.toString() + "@" + getDimensionType().getDimensionName() + "}";
}
}
+1 -1
Submodule core updated: 89e2d10f24...6862f5667b