diff --git a/VotingPlugin/src/com/bencodez/votingplugin/bungee/VotingPluginBungee.java b/VotingPlugin/src/com/bencodez/votingplugin/bungee/VotingPluginBungee.java index bf75ed6ca..1f973b10b 100644 --- a/VotingPlugin/src/com/bencodez/votingplugin/bungee/VotingPluginBungee.java +++ b/VotingPlugin/src/com/bencodez/votingplugin/bungee/VotingPluginBungee.java @@ -1245,8 +1245,8 @@ public synchronized void vote(String player, String service, boolean realVote, b player = getProperName(uuid, player); + addVoteParty(); if (getConfig().getPrimaryServer() || !getConfig().getMultiProxySupport()) { - addVoteParty(); if (getConfig().getBungeeManageTotals()) { if (mysql == null) { diff --git a/VotingPlugin/src/com/bencodez/votingplugin/bungee/velocity/VotingPluginVelocity.java b/VotingPlugin/src/com/bencodez/votingplugin/bungee/velocity/VotingPluginVelocity.java index 9f5ed2047..8779ddf3f 100644 --- a/VotingPlugin/src/com/bencodez/votingplugin/bungee/velocity/VotingPluginVelocity.java +++ b/VotingPlugin/src/com/bencodez/votingplugin/bungee/velocity/VotingPluginVelocity.java @@ -1282,8 +1282,8 @@ public synchronized void vote(String player, String service, boolean realVote, b player = getProperName(uuid, player); + addVoteParty(); if (getConfig().getPrimaryServer() || !getConfig().getMultiProxySupport()) { - addVoteParty(); if (getConfig().getBungeeManageTotals()) { if (mysql == null) {