aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0123-Add-ProjectileCollideEvent.patch
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2021-05-27 16:24:27 -0700
committerGitHub <[email protected]>2021-05-27 23:24:27 +0000
commita8d7ad099523c2915265af48409b824aab043022 (patch)
treef829d96cd21f902d00c645b147879373493f60ba /Spigot-Server-Patches/0123-Add-ProjectileCollideEvent.patch
parent2299159bbb9572b760874bc288ada30df6adfc10 (diff)
downloadPaper-a8d7ad099523c2915265af48409b824aab043022.tar.gz
Paper-a8d7ad099523c2915265af48409b824aab043022.zip
Updated Upstream (Bukkit/CraftBukkit) (#5735)
Diffstat (limited to 'Spigot-Server-Patches/0123-Add-ProjectileCollideEvent.patch')
-rw-r--r--Spigot-Server-Patches/0123-Add-ProjectileCollideEvent.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0123-Add-ProjectileCollideEvent.patch b/Spigot-Server-Patches/0123-Add-ProjectileCollideEvent.patch
index 630ff8979e..ad461a95e3 100644
--- a/Spigot-Server-Patches/0123-Add-ProjectileCollideEvent.patch
+++ b/Spigot-Server-Patches/0123-Add-ProjectileCollideEvent.patch
@@ -87,10 +87,10 @@ index 149588433cd0ea0f71b45267e39b28697ccfd2c0..8bc65e9c0fa5e134a8eb4e03f0da5b2c
this.checkBlockCollisions();
diff --git a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-index 2127455979b25055c38a4e8088419069d948e539..2ca0d109b148321964ac68259df82e4b1d7c57b2 100644
+index 6bee8bcd653737748c442b03a8ce3bedc57dff20..d07c146119980358aeaf8f9dc5f419fd1385ced5 100644
--- a/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
+++ b/src/main/java/org/bukkit/craftbukkit/event/CraftEventFactory.java
-@@ -1199,6 +1199,16 @@ public class CraftEventFactory {
+@@ -1202,6 +1202,16 @@ public class CraftEventFactory {
return CraftItemStack.asNMSCopy(bitem);
}