Revert "Optimize Pathfinding"

This patch appears to be causing some issues with 1.14.3 entity AI
This commit is contained in:
Shane Freeder
2019-06-25 20:18:50 +01:00
parent 2fd8cba9f4
commit 9f6ea786bc
148 changed files with 190 additions and 239 deletions

View File

@@ -7,7 +7,7 @@ Called when a player is firing a bow and the server is choosing an arrow to use.
Plugins can skip selection of certain arrows and control which is used.
diff --git a/src/main/java/net/minecraft/server/EntityHuman.java b/src/main/java/net/minecraft/server/EntityHuman.java
index 9abdf8b24b..fc25b3c749 100644
index 4ff6cba65e..ed1ba110c2 100644
--- a/src/main/java/net/minecraft/server/EntityHuman.java
+++ b/src/main/java/net/minecraft/server/EntityHuman.java
@@ -0,0 +0,0 @@ public abstract class EntityHuman extends EntityLiving {