Skip to content

Commit

Permalink
permanent active goal
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Nov 22, 2021
1 parent 05c4661 commit cb3a706
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ public class PathfinderGoalLimitedRandomStrollLand extends RandomStrollGoal {
// private EntityCreature entity;

public PathfinderGoalLimitedRandomStrollLand(PathfinderMob entity, double velocity, Function<Vector, Boolean> checkVectorFunction) {
super(entity, velocity);
super(entity, velocity, 1, false);
// this.entity = entity;
this.checkVectorFunction = checkVectorFunction;
}
Expand Down

0 comments on commit cb3a706

Please sign in to comment.