Skip to content

Commit

Permalink
Fix nuvotifier_vote not registering (closes #381)
Browse files Browse the repository at this point in the history
  • Loading branch information
LMBishop committed Apr 28, 2022
1 parent 18fc66d commit 70bac90
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -370,7 +370,7 @@ public void onEnable() {
// not tested
taskTypeManager.registerTaskType(new VotingPluginVoteType(this));
}
if (Bukkit.getPluginManager().isPluginEnabled("NuVotifier")) {
if (Bukkit.getPluginManager().isPluginEnabled("Votifier")) {
// not tested
taskTypeManager.registerTaskType(new NuVotifierVoteType(this));
}
Expand Down

0 comments on commit 70bac90

Please sign in to comment.