We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2006208 commit f89b3bcCopy full SHA for f89b3bc
src/main/java/tallestegg/guardvillagers/common/entities/Guard.java
@@ -1775,12 +1775,7 @@ public GuardGroundPathNavigation(Guard guard, Level level) {
1775
super(guard, level);
1776
this.guard = guard;
1777
}
1778
-
1779
- @Override
1780
- protected boolean canUpdatePath() {
1781
- return super.canUpdatePath();
1782
- }
1783
+
1784
@Override
1785
public boolean isDone() {
1786
return (guard.isPatrolling() && guard.getTarget() == null && guard.blockPosition().equals(guard.getPatrolPos())) || super.isDone();
0 commit comments