aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0758-don-t-attempt-to-teleport-dead-entities.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0758-don-t-attempt-to-teleport-dead-entities.patch')
-rw-r--r--patches/server/0758-don-t-attempt-to-teleport-dead-entities.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0758-don-t-attempt-to-teleport-dead-entities.patch b/patches/server/0758-don-t-attempt-to-teleport-dead-entities.patch
index 9d1e544ed0..a9889cb728 100644
--- a/patches/server/0758-don-t-attempt-to-teleport-dead-entities.patch
+++ b/patches/server/0758-don-t-attempt-to-teleport-dead-entities.patch
@@ -5,10 +5,10 @@ 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 c455abc1f41aa9372dec6db7a304bc26ce1b7973..ff74f075db4c401a0a8388c04f234afbe8d20c96 100644
+index 1b24aa8dfa0c76b2738bbb710d2d3c1f85f23666..97ae347604922916308c6d3e1e2e97911ddc9e35 100644
--- a/src/main/java/net/minecraft/world/entity/Entity.java
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
-@@ -780,7 +780,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
+@@ -779,7 +779,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource {
// CraftBukkit start
public void postTick() {
// No clean way to break out of ticking once the entity has been copied to a new world, so instead we move the portalling later in the tick cycle