Skip to content

Commit

Permalink
Remove treatvanishasoffline to be enabled for voteparty reminder
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Aug 11, 2024
1 parent cb4646f commit 2353ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ public void setVotedUsers(ArrayList<String> value) {
}

public void checkVoteReminder(VotingPluginUser user) {
if (!user.isVanished() || !plugin.getOptions().isTreatVanishAsOffline()) {
if (!user.isVanished()) {
int neededVotes = getNeededVotes();

for (String str : plugin.getSpecialRewardsConfig().getVotePartyVoteReminderAtVotes()) {
Expand Down

0 comments on commit 2353ec3

Please sign in to comment.