Skip to content

Commit

Permalink
Add additional debug for almostallsites reward
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Apr 14, 2024
1 parent 4f2caf6 commit 43c5419
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public void bungeeAllSitesCheck(VotingPluginUser user, int numberOfVotes, int nu

public boolean checkAlmostAllSites(VotingPluginUser user, boolean forceBungee) {
boolean checkAllVotes = user.checkAlmostAllVotes();
plugin.extraDebug("Checking almostallsites reward: " + checkAllVotes + "/" + user.getSitesNotVotedOn());
if (checkAllVotes) {
int currentDay = LocalDateTime.now().getDayOfYear();
int day = user.getGottenAlmostAllSitesDay();
Expand Down

0 comments on commit 43c5419

Please sign in to comment.