diff options
Diffstat (limited to 'patches/server/0865-Prevent-entity-loading-causing-async-lookups.patch')
-rw-r--r-- | patches/server/0865-Prevent-entity-loading-causing-async-lookups.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/server/0865-Prevent-entity-loading-causing-async-lookups.patch b/patches/server/0865-Prevent-entity-loading-causing-async-lookups.patch index 947ae1b307..af64e15a4b 100644 --- a/patches/server/0865-Prevent-entity-loading-causing-async-lookups.patch +++ b/patches/server/0865-Prevent-entity-loading-causing-async-lookups.patch @@ -5,10 +5,10 @@ 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 25618b33760a3b1f39e6bbf774c75134afe94160..8ef94c21096131c345b7505630a487bd200f3464 100644 +index d92f594684c32a15c378f41a9e587c67784be005..3dc081f73670553e764fde8dbf27ac96cfed15b7 100644 --- a/src/main/java/net/minecraft/world/entity/Entity.java +++ b/src/main/java/net/minecraft/world/entity/Entity.java -@@ -789,6 +789,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource { +@@ -788,6 +788,7 @@ public abstract class Entity implements Nameable, EntityAccess, CommandSource { public void baseTick() { this.level.getProfiler().push("entityBaseTick"); |