aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0622-Prevent-excessive-velocity-through-repeated-crits.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0622-Prevent-excessive-velocity-through-repeated-crits.patch')
-rw-r--r--patches/server/0622-Prevent-excessive-velocity-through-repeated-crits.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0622-Prevent-excessive-velocity-through-repeated-crits.patch b/patches/server/0622-Prevent-excessive-velocity-through-repeated-crits.patch
index d7f8266ad6..d138c932cb 100644
--- a/patches/server/0622-Prevent-excessive-velocity-through-repeated-crits.patch
+++ b/patches/server/0622-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 564024738cc346abc024967c2d55f2553af3e660..8e0805bf6d330717f7555fbdb28d416295f8495a 100644
+index 4f13d792a2cc504f174766d4c0d924d9ca51df9c..2ae65d0303a01536bae6ef8f900b23b94d72dc22 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -2863,17 +2863,29 @@ public abstract class LivingEntity extends Entity implements Attackable {