mirror of
https://github.com/aikar/commands.git
synced 2026-05-31 06:11:55 +00:00
Add missing getDefCommand for Sponge - Fixes #75
This commit is contained in:
@@ -111,6 +111,11 @@ public class SpongeRootCommand implements CommandCallable, RootCommand {
|
||||
addChildShared(this.children, this.subCommands, command);
|
||||
}
|
||||
|
||||
@Override
|
||||
public BaseCommand getDefCommand(){
|
||||
return defCommand;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CommandManager getManager() {
|
||||
return manager;
|
||||
|
||||
Reference in New Issue
Block a user