Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update PathfinderFollowFishLeader.java
Browse files Browse the repository at this point in the history
Fix Invalid `getInternalName`
  • Loading branch information
gmitch215 committed May 4, 2024
1 parent 91207c8 commit c8df04b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public PathfinderFollowFishLeader(@NotNull Fish f) {

@Override
public String getInternalName() {
return "FollowFlockLeaderGoal";
return "PathfinderGoalFishSchool";
}
}

0 comments on commit c8df04b

Please sign in to comment.