From cc38a3d0c2d4bcafd1d10b0d1f8ce1eee12acd9e Mon Sep 17 00:00:00 2001 From: Max Lee Date: Sat, 25 Jul 2020 22:22:53 +0100 Subject: [PATCH] Fix sound/particles not showing when listening on BlockDestroyEvent (#3998) --- Spigot-API-Patches/BlockDestroyEvent.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Spigot-API-Patches/BlockDestroyEvent.patch b/Spigot-API-Patches/BlockDestroyEvent.patch index 2479e6db5c..ddd2ddcae8 100644 --- a/Spigot-API-Patches/BlockDestroyEvent.patch +++ b/Spigot-API-Patches/BlockDestroyEvent.patch @@ -42,7 +42,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + + @NotNull private final BlockData newState; + private final boolean willDrop; -+ private boolean playEffect; ++ private boolean playEffect = true; + + private boolean cancelled = false; +