Skip to content

Commit

Permalink
⚒ | Forgot to register it
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo0111 committed Jun 28, 2021
1 parent 375375c commit a695baa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public ElectionsCommand(ElectionsPlus plugin, String command, @Nullable Customiz
this.addSubcommand(new ReloadChild(this));
this.addSubcommand(new InfoChild(this));
this.addSubcommand(new CloseChild(this));
this.addSubcommand(new ProceedChild(this));
Objects.requireNonNull(plugin.getCommand(command)).setTabCompleter(this);
}

Expand Down

0 comments on commit a695baa

Please sign in to comment.