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:
parent
f35f5fb5fd
commit
f599d33f84
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user