diff options
Diffstat (limited to 'patches/server/0897-Prevent-entity-loading-causing-async-lookups.patch')
-rw-r--r-- | patches/server/0897-Prevent-entity-loading-causing-async-lookups.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0897-Prevent-entity-loading-causing-async-lookups.patch b/patches/server/0897-Prevent-entity-loading-causing-async-lookups.patch index 4ac82d46a5..5877c75f53 100644 --- a/patches/server/0897-Prevent-entity-loading-causing-async-lookups.patch +++ b/patches/server/0897-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 19876a474fec6933322775073d4a161f604a102d..45b740753ac8dd20deb8618d5ac85c48737d34f4 100644 +index 1acf20ceccd24816151e74e8c5454ac8fcf7eeb2..da4147636e12deb2973b47d5cea4c742b1af7423 100644 --- a/src/main/java/net/minecraft/world/entity/Entity.java +++ b/src/main/java/net/minecraft/world/entity/Entity.java @@ -788,6 +788,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource { |