diff --git a/Spigot-API-Patches/PlayerAttemptPickupItemEvent.patch b/Spigot-API-Patches/PlayerAttemptPickupItemEvent.patch index 02e04212a8..54fed39209 100644 --- a/Spigot-API-Patches/PlayerAttemptPickupItemEvent.patch +++ b/Spigot-API-Patches/PlayerAttemptPickupItemEvent.patch @@ -86,6 +86,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + @Override + public void setCancelled(boolean cancel) { + this.isCancelled = cancel; ++ this.flyAtPlayer = !cancel; + } + + @NotNull