Skip to content

Commit

Permalink
Removed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigerpanzer02 committed Oct 10, 2023
1 parent 3ee4cfc commit 3f81c1e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ public int getTotalRoleChances(Role role) {
totalRoleChances += getContributorValue(role, user);
}
//avoid division / 0
Bukkit.getConsoleSender().sendMessage(role.name() + "->T:" + totalRoleChances);
return totalRoleChances == 0 ? 1 : totalRoleChances;
}

Expand Down

0 comments on commit 3f81c1e

Please sign in to comment.