diff options
Diffstat (limited to 'patches/server/0126-Don-t-allow-entities-to-ride-themselves-572.patch')
-rw-r--r-- | patches/server/0126-Don-t-allow-entities-to-ride-themselves-572.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0126-Don-t-allow-entities-to-ride-themselves-572.patch b/patches/server/0126-Don-t-allow-entities-to-ride-themselves-572.patch index 9e87843997..4301ca360c 100644 --- a/patches/server/0126-Don-t-allow-entities-to-ride-themselves-572.patch +++ b/patches/server/0126-Don-t-allow-entities-to-ride-themselves-572.patch @@ -5,7 +5,7 @@ Subject: [PATCH] Don't allow entities to ride themselves - #572 diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java -index b7b7500c580548fcdcfa2ba36137abf45b43ddf9..1546c13dd185ac10d573873d68658193fe110fb7 100644 +index fbd28a3f571766e6ed4ba73f337b2e835ef50453..293f6c0be399419560f45bf6c834220f123b3c24 100644 --- a/src/main/java/net/minecraft/world/entity/Entity.java +++ b/src/main/java/net/minecraft/world/entity/Entity.java @@ -2537,6 +2537,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource { |