diff options
Diffstat (limited to 'patches/server/0348-Add-PlayerAttackEntityCooldownResetEvent.patch')
-rw-r--r-- | patches/server/0348-Add-PlayerAttackEntityCooldownResetEvent.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0348-Add-PlayerAttackEntityCooldownResetEvent.patch b/patches/server/0348-Add-PlayerAttackEntityCooldownResetEvent.patch index e7c7e02e1a..304ad615ed 100644 --- a/patches/server/0348-Add-PlayerAttackEntityCooldownResetEvent.patch +++ b/patches/server/0348-Add-PlayerAttackEntityCooldownResetEvent.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Add PlayerAttackEntityCooldownResetEvent diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java -index c5721045681bcd2db99eec42a1c1455515868af1..1886cebc32ded9c4e0c7409a4db6f78fcdf847ea 100644 +index 4210c822f067041833f9d3845806d5ecf50501ba..d475a0f36a7c302fc5cf23ab2ad6d0b835710abb 100644 --- a/src/main/java/net/minecraft/world/entity/LivingEntity.java +++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java @@ -2248,7 +2248,16 @@ public abstract class LivingEntity extends Entity implements Attackable { |