aboutsummaryrefslogtreecommitdiffhomepage
path: root/patches/server/0711-Prevent-entity-loading-causing-async-lookups.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/server/0711-Prevent-entity-loading-causing-async-lookups.patch')
-rw-r--r--patches/server/0711-Prevent-entity-loading-causing-async-lookups.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0711-Prevent-entity-loading-causing-async-lookups.patch b/patches/server/0711-Prevent-entity-loading-causing-async-lookups.patch
index 107aabb196..666fd8ab2f 100644
--- a/patches/server/0711-Prevent-entity-loading-causing-async-lookups.patch
+++ b/patches/server/0711-Prevent-entity-loading-causing-async-lookups.patch
@@ -5,7 +5,7 @@ Subject: [PATCH] Prevent entity loading causing async lookups
diff --git a/src/main/java/net/minecraft/world/entity/Entity.java b/src/main/java/net/minecraft/world/entity/Entity.java
-index 156fb444061be556bbb1f230b239d5d2ce59b94b..bbca8a478ab4c27c21fb6fe33fdb57fd3d29435c 100644
+index b0c9c22c983344119925d76ee3180df9f411d8f5..0b273d6249c212994b23aeaac382e532edfd563f 100644
--- a/src/main/java/net/minecraft/world/entity/Entity.java
+++ b/src/main/java/net/minecraft/world/entity/Entity.java
@@ -715,6 +715,7 @@ public abstract class Entity implements SyncedDataHolder, Nameable, EntityAccess