Skip to content

Commit

Permalink
Prevent some frustration
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsupermanhd committed Jul 30, 2024
1 parent 6cfab9c commit 494c4b6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,10 @@ public VillagerRoller() {

@Override
public void onActivate() {
if (toggleOnBindRelease) {
toggleOnBindRelease = false;
warning("You had 'Toggle on bind release' set to true, I just saved you some troubleshooting by turning it off");
}
currentState = State.WAITING_FOR_TARGET_BLOCK;
info("Attack block you want to roll");
}
Expand Down

0 comments on commit 494c4b6

Please sign in to comment.