switch to use core for main command

This commit is contained in:
jascotty2 2019-10-08 11:18:04 -05:00 committed by Brianna
parent 6d2808000c
commit 035b007ea8
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class EpicBosses extends SongodaPlugin implements IReloadable {
// Register commands
this.commandManager = new CommandManager(this);
this.commandManager.addCommand(new CommandBoss())
this.commandManager.addMainCommand("boss")
.addSubCommands(
new CommandCreate(bossEntityContainer),
new CommandDebug(debugManager),