Improve generationQueue and add more and better logging and fix double close on DhLevels
This commit is contained in:
@@ -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
Reference in New Issue
Block a user