mirror of
https://github.com/aikar/commands.git
synced 2026-06-23 23:20:38 +00:00
Re-add blank constructor for BaseCommand
This commit is contained in:
@@ -65,6 +65,10 @@ public abstract class BaseCommand extends Command {
|
||||
CommandManager manager = null;
|
||||
Map<String, Command> registeredCommands = new HashMap<>();
|
||||
|
||||
public BaseCommand() {
|
||||
this(null);
|
||||
}
|
||||
|
||||
public BaseCommand(String cmd) {
|
||||
super(cmd);
|
||||
final Class<? extends BaseCommand> self = this.getClass();
|
||||
|
||||
Reference in New Issue
Block a user