Skip to content

Commit

Permalink
Minor changes to voteparty on proxy setup
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Sep 26, 2023
1 parent 8873fc8 commit 7deccf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 7deccf2

Please sign in to comment.