Don't fall through

This commit is contained in:
fullwall 2019-10-17 17:38:57 +08:00
parent d7e1110d46
commit 72002e96fa
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ public class AStarNavigationStrategy extends AbstractPathStrategy {
return true;
}
vector = plan.getCurrentVector();
return false;
}
if (params.debug()) {
npc.getEntity().getWorld().playEffect(vector.toLocation(npc.getEntity().getWorld()), Effect.ENDER_SIGNAL,