diff options
author | SoSeDiK <[email protected]> | 2022-10-11 15:43:10 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2022-10-11 14:43:10 +0200 |
commit | b097a241c0eed9235be1dae195cb7929fb701527 (patch) | |
tree | 48482501a251e9f2fbf36d8c359155fa2a542801 /patches/server/0865-Prevent-entity-loading-causing-async-lookups.patch | |
parent | 57555b8c6afc87542b26559e40381b4f0ba508bd (diff) | |
download | Paper-b097a241c0eed9235be1dae195cb7929fb701527.tar.gz Paper-b097a241c0eed9235be1dae195cb7929fb701527.zip |
Expose isUnderWater to Entity (#8454)
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"); |