aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0660-don-t-attempt-to-teleport-dead-entities.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0660-don-t-attempt-to-teleport-dead-entities.patch')
-rw-r--r--patches/server/0660-don-t-attempt-to-teleport-dead-entities.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0660-don-t-attempt-to-teleport-dead-entities.patch b/patches/server/0660-don-t-attempt-to-teleport-dead-entities.patch
index 96f8ca01bb..46478011d3 100644
--- a/patches/server/0660-don-t-attempt-to-teleport-dead-entities.patch
+++ b/patches/server/0660-don-t-attempt-to-teleport-dead-entities.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] don't attempt to teleport dead entities
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
-index ec23aa4f86fed6890273d06b8cfb4000daf3c515..a89cd343bee7ea919c3ba5789e37b05e6a1cf334 100644
+index 685cd5c719a0bf8d3e41aa95b0e84effe1241948..a9c1561ae9ec5a3db7a0602314c9a935ddf3fdfd 100644
--- a/src/main/java/net/minecraft/world/entity/Entity.java
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
@@ -718,7 +718,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource, S