Fix method profiler inbalance introduced in b667006 (#3132)

Fixes #3131
This commit is contained in:
DrHenchman
2020-04-12 16:41:57 +10:00
parent cb8f1dcc40
commit 1e3eae5e0f
3 changed files with 15 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ Quickly loading the exact world spawn chunk before searching the
heightmap resolves the issue without having to load all spawn chunks.
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
index a550a81bea..0e7641a3c5 100644
index 6509463e..a3306c6b 100644
--- a/src/main/java/net/minecraft/server/Entity.java
+++ b/src/main/java/net/minecraft/server/Entity.java
@@ -0,0 +0,0 @@ public abstract class Entity implements INamableTileEntity, ICommandListener, Ke