@@ -239,9 +239,9 @@
|
||||
|
||||
if (this.t instanceof ProtoChunkTickList) {
|
||||
- ((ProtoChunkTickList) this.t).a(this.world.I(), (blockposition) -> {
|
||||
- return this.world.b(blockposition).c();
|
||||
- return this.world.getFluid(blockposition).c();
|
||||
+ ((ProtoChunkTickList<FluidType>) this.t).a(this.world.I(), (blockposition1) -> { // CraftBukkit - decompile error
|
||||
+ return this.world.b(blockposition1).c();
|
||||
+ return this.world.getFluid(blockposition1).c();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user