Skip to content

Commit f89b3bc

Browse files
Update Guard.java
1 parent 2006208 commit f89b3bc

File tree

1 file changed

+1
-6
lines changed
  • src/main/java/tallestegg/guardvillagers/common/entities

1 file changed

+1
-6
lines changed

src/main/java/tallestegg/guardvillagers/common/entities/Guard.java

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1775,12 +1775,7 @@ public GuardGroundPathNavigation(Guard guard, Level level) {
17751775
super(guard, level);
17761776
this.guard = guard;
17771777
}
1778-
1779-
@Override
1780-
protected boolean canUpdatePath() {
1781-
return super.canUpdatePath();
1782-
}
1783-
1778+
17841779
@Override
17851780
public boolean isDone() {
17861781
return (guard.isPatrolling() && guard.getTarget() == null && guard.blockPosition().equals(guard.getPatrolPos())) || super.isDone();

0 commit comments

Comments
 (0)