aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0661-Prevent-excessive-velocity-through-repeated-crits.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0661-Prevent-excessive-velocity-through-repeated-crits.patch')
-rw-r--r--patches/server/0661-Prevent-excessive-velocity-through-repeated-crits.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0661-Prevent-excessive-velocity-through-repeated-crits.patch b/patches/server/0661-Prevent-excessive-velocity-through-repeated-crits.patch
index e77b1154c2..f3ea39fcf2 100644
--- a/patches/server/0661-Prevent-excessive-velocity-through-repeated-crits.patch
+++ b/patches/server/0661-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 18804ea960f8423d172d9119c0739226a18d4d56..d4abce0b715d5eda99505fa0e29eeab20b538fd9 100644
+index 31eb77e4e5f07b120708edeca497ef2eef1fcf13..ed6fd20ff608e764d6b0f517f6c9c85c533f1646 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -2697,13 +2697,26 @@ public abstract class LivingEntity extends Entity implements Attackable {