Fix Rabbit pathfinding

This commit is contained in:
fullwall 2016-08-01 16:21:10 +08:00
parent f35f5fb5fd
commit f599d33f84

View File

@ -185,6 +185,7 @@ public class RabbitController extends MobEntityController {
public void M() {
if (npc != null) {
super.M();
this.be = npc.getNavigator().isNavigating();
npc.update();
} else {
super.M();