Skip to content

Commit

Permalink
Changes to almostallsites rewards trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Apr 18, 2024
1 parent ed2fb77 commit 5a33b5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ public boolean canVoteSite(VoteSite voteSite) {
}

public boolean checkAlmostAllVotes() {
if (getSitesNotVotedOn() == 1) {
if (getSitesNotVotedOn() <= 1) {
return true;
}
return false;
Expand Down

0 comments on commit 5a33b5b

Please sign in to comment.