fix pause syntax

This commit is contained in:
ajgeiss0702
2020-07-15 23:16:57 -07:00
parent 4787c5d400
commit 09364e0aea
@@ -84,6 +84,7 @@ public class ManageCommand extends Command {
return;
}
sender.sendMessage(msgs.getBC("commands.pause.more-args"));
return;
}
}
if(args.length == 2) {
@@ -130,7 +131,7 @@ public class ManageCommand extends Command {
}
}
sender.sendMessage(Main.formatMessage("/ajqueue <reload|list|player>"));
sender.sendMessage(Main.formatMessage("/ajqueue <reload|list|player|pause>"));
}
private List<String> getNameList() {