Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
demonlexe committed Jan 1, 2024
1 parent b3faf92 commit 5858284
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,7 @@ public void onLivingUpdate() {
}
}

// TODO: Revert after done testing
if (MoCreatures.proxy.enableHunters && this.isReadyToHunt() && !this.getIsHunting() && this.rand.nextInt(10) == 0) {
if (MoCreatures.proxy.enableHunters && this.isReadyToHunt() && !this.getIsHunting() && this.rand.nextInt(500) == 0) {
setIsHunting(true);
}

Expand Down

0 comments on commit 5858284

Please sign in to comment.