Skip to content

Commit

Permalink
Merge branch 'master' of github.com:nsherry4/Peakaboo
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielsherry committed Jan 22, 2024
2 parents c9c4964 + 29640e6 commit 7e4fb9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void initialize() {

private boolean validate(Parameter<?> param) {
if (percent.getValue() <= 0f) { return false; }
if (percent.getValue() > 5f) { return false; }
if (percent.getValue() > 50f) { return false; }
return true;
}

Expand Down

0 comments on commit 7e4fb9e

Please sign in to comment.