summaryrefslogtreecommitdiffstats
path: root/nms-patches/Chunk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/Chunk.patch')
-rw-r--r--nms-patches/Chunk.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/Chunk.patch b/nms-patches/Chunk.patch
index 2fd6ed68..d87b2e2d 100644
--- a/nms-patches/Chunk.patch
+++ b/nms-patches/Chunk.patch
@@ -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();
});
}