Tiny bug fix.

This commit is contained in:
droppinganvil 2020-01-15 15:21:02 -06:00
parent 028734a42c
commit a20c2ec2eb
1 changed files with 0 additions and 1 deletions

View File

@ -268,7 +268,6 @@ public class FCmdRoot extends FCommand implements CommandExecutor {
this.addSubCommand(this.cmdPromote);
this.addSubCommand(this.cmdDebug);
this.addSubCommand(this.cmdDemote);
this.addSubCommand(this.cmdDiscord);
this.addSubCommand(this.cmdSetDefaultRole);
this.addSubCommand(this.cmdMapHeight);
this.addSubCommand(this.cmdClaimAt);