This commit is contained in:
Jason Penilla 2020-08-30 11:24:23 -07:00
parent cfe899e104
commit 5532c4b10b

View file

@ -86,6 +86,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ @Override
+ public void setCancelled(boolean cancel) {
+ this.isCancelled = cancel;
+ this.flyAtPlayer = !cancel;
+ }
+
+ @NotNull