We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59a2066 commit cb1599fCopy full SHA for cb1599f
VotingPlugin/src/main/java/com/bencodez/votingplugin/BungeeHandler.java
@@ -324,10 +324,6 @@ public void onReceive(ArrayList<String> args) {
324
.getVotingPluginUser(UUID.fromString(uuid), player);
325
user.cache();
326
327
- if (plugin.getBungeeSettings().isPerServerPoints()) {
328
- user.addPoints(plugin.getConfigFile().getPointsOnVote());
329
- }
330
-
331
boolean setTotals = Boolean.valueOf(args.get(7));
332
333
boolean wasOnline = Boolean.valueOf(args.get(4));
0 commit comments