aboutsummaryrefslogtreecommitdiffhomepage
path: root/Spigot-Server-Patches/0138-Cap-Entity-Collisions.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Spigot-Server-Patches/0138-Cap-Entity-Collisions.patch')
-rw-r--r--Spigot-Server-Patches/0138-Cap-Entity-Collisions.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0138-Cap-Entity-Collisions.patch b/Spigot-Server-Patches/0138-Cap-Entity-Collisions.patch
index 1c0ad7590b..ade65b34bb 100644
--- a/Spigot-Server-Patches/0138-Cap-Entity-Collisions.patch
+++ b/Spigot-Server-Patches/0138-Cap-Entity-Collisions.patch
@@ -39,10 +39,10 @@ index bd270ea92404c2055c09324988e1ec28109a8815..912f5be0264b604df175f5825765b03b
// Spigot end
diff --git a/src/main/java/net/minecraft/server/EntityLiving.java b/src/main/java/net/minecraft/server/EntityLiving.java
-index 7e4b79fcee2b5e9a2c24e0372cda7d71f38b22e3..0799f3b025c25204fddfd818b314ec1452a1ba1a 100644
+index ed25f93bdb62104f6114e1ecc5e62d5e55bc3b05..8e5713b4a0ce5d6039a4718d2380a0bf7928e72d 100644
--- a/src/main/java/net/minecraft/server/EntityLiving.java
+++ b/src/main/java/net/minecraft/server/EntityLiving.java
-@@ -2778,8 +2778,11 @@ public abstract class EntityLiving extends Entity {
+@@ -2776,8 +2776,11 @@ public abstract class EntityLiving extends Entity {
}
}