mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-02 13:31:43 +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() {
|
||||
if (npc != null) {
|
||||
super.M();
|
||||
this.be = npc.getNavigator().isNavigating();
|
||||
npc.update();
|
||||
} else {
|
||||
super.M();
|
||||
|
Loading…
Reference in New Issue
Block a user