Skip to content

Commit

Permalink
Change reward placeholder name
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed May 31, 2024
1 parent a828450 commit 56f5611
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public void giveReward(VotingPluginUser user, boolean online, boolean useBungee)
new RewardBuilder(plugin.getSpecialRewardsConfig().getData(),
plugin.getSpecialRewardsConfig().getVotePartyRewardsPath()).setOnline(online)
.withPlaceHolder("VotesRequired", "" + plugin.getSpecialRewardsConfig().getVotePartyVotesRequired())
.withPlaceHolder("FirstVoteParty", "" + !plugin.getServerData().isLastVotePartySameDay())
.withPlaceHolder("FirstVotePartyToday", "" + !plugin.getServerData().isLastVotePartySameDay())
.setServer(useBungee).send(user);
}

Expand Down

0 comments on commit 56f5611

Please sign in to comment.