Fix Navigation for non-new AI NPCs - thanks kumpelblase2

This commit is contained in:
fullwall 2013-07-03 11:38:16 +08:00
parent df97053e91
commit c6e9cfa58a

View File

@ -341,7 +341,7 @@ public class NMS {
if (entity instanceof EntityInsentient) {
EntityInsentient handle = (EntityInsentient) entity;
handle.getEntitySenses().a();
handle.getNavigation().e();
handle.getNavigation().f();
handle.getControllerMove().c();
handle.getControllerLook().a();
handle.getControllerJump().b();