diff --git a/VotingPlugin/src/com/bencodez/votingplugin/voteparty/VoteParty.java b/VotingPlugin/src/com/bencodez/votingplugin/voteparty/VoteParty.java index 511dfd25e..7f510a05a 100644 --- a/VotingPlugin/src/com/bencodez/votingplugin/voteparty/VoteParty.java +++ b/VotingPlugin/src/com/bencodez/votingplugin/voteparty/VoteParty.java @@ -346,7 +346,7 @@ public void setVotedUsers(ArrayList value) { } public void checkVoteReminder(VotingPluginUser user) { - if (!user.isVanished() || !plugin.getOptions().isTreatVanishAsOffline()) { + if (!user.isVanished()) { int neededVotes = getNeededVotes(); for (String str : plugin.getSpecialRewardsConfig().getVotePartyVoteReminderAtVotes()) {