Add missing getDefCommand for Sponge - Fixes #75

This commit is contained in:
Aikar
2017-11-14 01:00:21 -05:00
parent 171b083cba
commit 55d238614f
4 changed files with 31 additions and 19 deletions
@@ -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;