@@ -132,7 +132,16 @@
|
||||
|
||||
this.level.getMethodProfiler().enter("naturalSpawnCount");
|
||||
int l = this.distanceManager.b();
|
||||
@@ -548,13 +594,19 @@
|
||||
@@ -394,7 +440,7 @@
|
||||
|
||||
this.level.getMethodProfiler().exitEnter("broadcast");
|
||||
list.forEach((playerchunk) -> {
|
||||
- Optional optional = ((Either) playerchunk.a().getNow(PlayerChunk.UNLOADED_LEVEL_CHUNK)).left();
|
||||
+ Optional<Chunk> optional = ((Either) playerchunk.a().getNow(PlayerChunk.UNLOADED_LEVEL_CHUNK)).left(); // CraftBukkit - decompile error
|
||||
|
||||
Objects.requireNonNull(playerchunk);
|
||||
optional.ifPresent(playerchunk::a);
|
||||
@@ -551,13 +597,19 @@
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user