summaryrefslogtreecommitdiffstats
path: root/nms-patches/BlockCactus.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nms-patches/BlockCactus.patch')
-rw-r--r--nms-patches/BlockCactus.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/nms-patches/BlockCactus.patch b/nms-patches/BlockCactus.patch
index 97f6078e..951d5a9b 100644
--- a/nms-patches/BlockCactus.patch
+++ b/nms-patches/BlockCactus.patch
@@ -19,7 +19,7 @@
+ CraftEventFactory.handleBlockGrowEvent(world, blockposition1.getX(), blockposition1.getY(), blockposition1.getZ(), this, 0); // CraftBukkit
world.setTypeAndData(blockposition, iblockdata1, 4);
- this.doPhysics(world, blockposition1, iblockdata1, this);
+ iblockdata1.doPhysics(world, blockposition1, this);
} else {
@@ -87,7 +90,9 @@
}