diff options
author | Noah van der Aa <[email protected]> | 2024-04-29 23:25:53 +0200 |
---|---|---|
committer | Noah van der Aa <[email protected]> | 2024-04-29 23:25:53 +0200 |
commit | 09d49ff9feef42383186369194b9566545c820ca (patch) | |
tree | 488879fa8abd28277d09702f710d6fce4cd23421 /patches/server/0857-Call-missing-BlockDispenseEvent.patch | |
parent | 5b962f83c66fb8400a4ad1a46ac021ab998595df (diff) | |
download | Paper-09d49ff9feef42383186369194b9566545c820ca.tar.gz Paper-09d49ff9feef42383186369194b9566545c820ca.zip |
Fix BlockExplodeEvent stuff
Diffstat (limited to 'patches/server/0857-Call-missing-BlockDispenseEvent.patch')
-rw-r--r-- | patches/server/0857-Call-missing-BlockDispenseEvent.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0857-Call-missing-BlockDispenseEvent.patch b/patches/server/0857-Call-missing-BlockDispenseEvent.patch index f018b2ae74..11a27bb794 100644 --- a/patches/server/0857-Call-missing-BlockDispenseEvent.patch +++ b/patches/server/0857-Call-missing-BlockDispenseEvent.patch @@ -50,7 +50,7 @@ index 9507dbbb4b490149b9248c384be5adaccae40c41..5bbadc890a72f1cb22c6881ebcc163b0 for (int k = 0; k < 5; ++k) { worldserver.sendParticles(ParticleTypes.SPLASH, (double) blockposition.getX() + worldserver.random.nextDouble(), (double) (blockposition.getY() + 1), (double) blockposition.getZ() + worldserver.random.nextDouble(), 1, 0.0D, 0.0D, 0.0D, 1.0D); diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java -index c1b5d9713cb301dc06b74d97dca4fd5562c539e2..27bafd5349805171399dbd141f5c568ec35286f4 100644 +index c8627846dc213f2230327e37ac1114d5cd7447ef..3679bc4573346666088995903a3418c359444532 100644 --- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java +++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java @@ -2110,6 +2110,32 @@ public class CraftEventFactory { |