aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/api/0068-LivingEntity-setKiller.patch
diff options
context:
space:
mode:
authorTamion <[email protected]>2024-02-09 21:56:13 +0100
committerGitHub <[email protected]>2024-02-09 21:56:13 +0100
commit9c04729de1727cdbcfb0d045ca0f883840eb994d (patch)
treee2a3dde9caeba1bcf90bbe8ab9603533e34e1fb0 /patches/api/0068-LivingEntity-setKiller.patch
parent534659e97ef85308ff3facc00fb5e11f7b9b96f5 (diff)
downloadPaper-9c04729de1727cdbcfb0d045ca0f883840eb994d.tar.gz
Paper-9c04729de1727cdbcfb0d045ca0f883840eb994d.zip
Add Arrow/Stinger Removal Time API (#10193)
Diffstat (limited to 'patches/api/0068-LivingEntity-setKiller.patch')
-rw-r--r--patches/api/0068-LivingEntity-setKiller.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/api/0068-LivingEntity-setKiller.patch b/patches/api/0068-LivingEntity-setKiller.patch
index 9131bc0504..4770ab4701 100644
--- a/patches/api/0068-LivingEntity-setKiller.patch
+++ b/patches/api/0068-LivingEntity-setKiller.patch
@@ -5,10 +5,10 @@ Subject: [PATCH] LivingEntity#setKiller
diff --git a/src/main/java/org/bukkit/entity/LivingEntity.java b/src/main/java/org/bukkit/entity/LivingEntity.java
-index 1fdbfb14eaef0550363c5dd9793f933d8ece16ac..f0dd1a3d2d03366de104ba7d07f19fc9a2221925 100644
+index b67e6eca393b66c92fc62b35123bb3eb2f372b7c..c8c88c08d2f03cff267e76749156c584bf7adf42 100644
--- a/src/main/java/org/bukkit/entity/LivingEntity.java
+++ b/src/main/java/org/bukkit/entity/LivingEntity.java
-@@ -321,6 +321,15 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
+@@ -339,6 +339,15 @@ public interface LivingEntity extends Attributable, Damageable, ProjectileSource
@Nullable
public Player getKiller();