mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 19:16:34 +01:00
Fix Navigation for non-new AI NPCs - thanks kumpelblase2
This commit is contained in:
parent
df97053e91
commit
c6e9cfa58a
@ -341,7 +341,7 @@ public class NMS {
|
||||
if (entity instanceof EntityInsentient) {
|
||||
EntityInsentient handle = (EntityInsentient) entity;
|
||||
handle.getEntitySenses().a();
|
||||
handle.getNavigation().e();
|
||||
handle.getNavigation().f();
|
||||
handle.getControllerMove().c();
|
||||
handle.getControllerLook().a();
|
||||
handle.getControllerJump().b();
|
||||
|
Loading…
Reference in New Issue
Block a user