Fix server crash

This commit is contained in:
fullwall 2013-07-03 18:34:53 +08:00
parent 6e5f77be62
commit 1ebbe6fe64

View File

@ -134,6 +134,7 @@ public class EntityHumanNPC extends EntityPlayer implements NPCHolder {
controllerJump = new PlayerControllerJump(this);
controllerLook = new PlayerControllerLook(this);
controllerMove = new PlayerControllerMove(this);
entitySenses = new PlayerEntitySenses(this);
}
public boolean isNavigating() {