aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0328-Entity-Jump-API.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0328-Entity-Jump-API.patch')
-rw-r--r--patches/server/0328-Entity-Jump-API.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0328-Entity-Jump-API.patch b/patches/server/0328-Entity-Jump-API.patch
index 5dcf9bf76f..d1a852319f 100644
--- a/patches/server/0328-Entity-Jump-API.patch
+++ b/patches/server/0328-Entity-Jump-API.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] Entity Jump API
public net.minecraft.world.entity.LivingEntity jumping
diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java
-index 169a9aa06350dccf2624534754be3a22b2f42b33..c7b8c823ea1a1cafb98b4305febd52aa3652bc37 100644
+index b4a817e047a78723d746740c88503441625ac8e7..2a417145d9fe4d029cf3738f3320c0bcd3e025a9 100644
--- a/src/main/java/net/minecraft/world/entity/LivingEntity.java
+++ b/src/main/java/net/minecraft/world/entity/LivingEntity.java
@@ -3304,8 +3304,10 @@ public abstract class LivingEntity extends Entity implements Attackable {