mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-17 02:34:30 +01:00
Fix sound/particles not showing when listening on BlockDestroyEvent (#3998)
This commit is contained in:
parent
1b248d842f
commit
cc38a3d0c2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
+
|
||||
|
|
Loading…
Add table
Reference in a new issue