Skip to content

Commit

Permalink
this errors out more than i thought idk why
Browse files Browse the repository at this point in the history
  • Loading branch information
yatsukiko committed Mar 8, 2021
1 parent 5a36a51 commit 57a8f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ private SodiumConfig() {

this.addMixinRule("ai", true);
this.addMixinRule("ai.goal", true);
this.addMixinRule("ai.nearby_entity_tracking", true);
this.addMixinRule("ai.nearby_entity_tracking", false);
this.addMixinRule("ai.pathing", true);
this.addMixinRule("ai.poi", true);
this.addMixinRule("ai.raid", true);
Expand Down

0 comments on commit 57a8f4d

Please sign in to comment.