Skip to content

Commit c8cace3

Browse files
committed
Change command from previousmonthsvoters to previousmonthstotals
1 parent 1da0284 commit c8cace3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

VotingPlugin/src/com/bencodez/votingplugin/commands/CommandLoader.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2480,8 +2480,8 @@ public void execute(CommandSender sender, String[] args) {
24802480
if (plugin.getConfigFile().isStoreMonthTotalsWithDate()
24812481
|| plugin.getOptions().getDebug().equals(DebugLevel.DEV)) {
24822482
plugin.getVoteCommand()
2483-
.add(new CommandHandler(plugin, new String[] { "PreviousMonthsVoters" },
2484-
"VotingPlugin.Commands.Vote.PreviousMonthsVoters",
2483+
.add(new CommandHandler(plugin, new String[] { "PreviousMonthsTotals" },
2484+
"VotingPlugin.Commands.Vote.PreviousMonthsTotals",
24852485
"Open list of Top Voters from all known previous months") {
24862486

24872487
@Override

0 commit comments

Comments
 (0)