1
0
mirror of https://github.com/CitizensDev/Citizens2.git synced 2025-03-11 14:20:06 +01:00

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() { public void M() {
if (npc != null) { if (npc != null) {
super.M(); super.M();
this.be = npc.getNavigator().isNavigating();
npc.update(); npc.update();
} else { } else {
super.M(); super.M();