Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
okx-code committed Jan 10, 2025
1 parent 983d99f commit 7cba028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
this.setFlags(EnumSet.of(Goal.Flag.MOVE, Goal.Flag.LOOK));
this.targetingConditions = TEMPT_TARGETING.copy().selector((entity, level) -> this.shouldFollow(entity));
- }
+ this.temptGoalLookupIndex = -1;
+ this.temptGoalLookupIndex = -1; // Paper - optimise tempt goal
+ }
+
+ // Paper start - optimise tempt goal
Expand Down

0 comments on commit 7cba028

Please sign in to comment.