mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
Fix sound/particles not showing when listening on BlockDestroyEvent (#3998)
This commit is contained in:
@@ -42,7 +42,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+
|
+
|
||||||
+ @NotNull private final BlockData newState;
|
+ @NotNull private final BlockData newState;
|
||||||
+ private final boolean willDrop;
|
+ private final boolean willDrop;
|
||||||
+ private boolean playEffect;
|
+ private boolean playEffect = true;
|
||||||
+
|
+
|
||||||
+ private boolean cancelled = false;
|
+ private boolean cancelled = false;
|
||||||
+
|
+
|
||||||
|
Reference in New Issue
Block a user