mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +01:00
parent
cfe899e104
commit
5532c4b10b
@ -86,6 +86,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ @Override
|
+ @Override
|
||||||
+ public void setCancelled(boolean cancel) {
|
+ public void setCancelled(boolean cancel) {
|
||||||
+ this.isCancelled = cancel;
|
+ this.isCancelled = cancel;
|
||||||
|
+ this.flyAtPlayer = !cancel;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ @NotNull
|
+ @NotNull
|
||||||
|
Loading…
Reference in New Issue
Block a user