diff options
Diffstat (limited to 'patches/server/0619-Prevent-excessive-velocity-through-repeated-crits.patch')
-rw-r--r-- | patches/server/0619-Prevent-excessive-velocity-through-repeated-crits.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0619-Prevent-excessive-velocity-through-repeated-crits.patch b/patches/server/0619-Prevent-excessive-velocity-through-repeated-crits.patch index f0f62f6f2a..c290d77cb1 100644 --- a/patches/server/0619-Prevent-excessive-velocity-through-repeated-crits.patch +++ b/patches/server/0619-Prevent-excessive-velocity-through-repeated-crits.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Prevent excessive velocity through repeated crits diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java -index fb3cec13dd9e426904ce28a8755e6cc57296a42e..dfa1e3548f9b48c20f28712ecb06310fe9c856f5 100644 +index a5d3e5b402ca0a2e806a783304d43eac9dc142ad..d46886a658c5058ba2c622daff96f5daf15ef3f3 100644 --- a/src/main/java/net/minecraft/world/entity/LivingEntity.java +++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java @@ -2875,17 +2875,29 @@ public abstract class LivingEntity extends Entity implements Attackable { |