Skip to content

Commit

Permalink
valentine
Browse files Browse the repository at this point in the history
  • Loading branch information
fantahund committed Feb 6, 2025
1 parent f8e564e commit bd96f82
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void onPlayerVote(VotifierEvent e) {
TreasureChest treasureChest = (TreasureChest) Bukkit.getPluginManager().getPlugin("TreasureChest");
Vote vote = e.getVote();

ItemStack customfirework = plugin.getRegistry().getRandomHalloweenFireWorkItem();
ItemStack customfirework = plugin.getRegistry().getRandomValentineFireWorkItem();
if (!plugin.getConfig().getBoolean("votereward")) {
return;
}
Expand Down

0 comments on commit bd96f82

Please sign in to comment.