mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 15:30:19 +01:00
parent
acc349cf7d
commit
6ae5176a52
1 changed files with 1 additions and 1 deletions
|
@ -25128,7 +25128,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ @Override
|
||||
+ public final LevelChunk moonrise$getFullChunkIfLoaded(final int chunkX, final int chunkZ) {
|
||||
+ final ca.spottedleaf.moonrise.patches.chunk_system.scheduling.NewChunkHolder newChunkHolder = this.moonrise$getChunkTaskScheduler().chunkHolderManager.getChunkHolder(ca.spottedleaf.moonrise.common.util.CoordinateUtils.getChunkKey(chunkX, chunkZ));
|
||||
+ if (!newChunkHolder.isFullChunkReady()) {
|
||||
+ if (newChunkHolder == null || !newChunkHolder.isFullChunkReady()) {
|
||||
+ return null;
|
||||
+ }
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue