13
0
geforkt von Mirrors/Paper

Fix sound/particles not showing when listening on BlockDestroyEvent (#3998)

Dieser Commit ist enthalten in:
Max Lee 2020-07-25 22:22:53 +01:00
Ursprung 1b248d842f
Commit cc38a3d0c2

Datei anzeigen

@ -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;
+