Skip to content

Commit

Permalink
Fix an issue that displays help command on each admin command call.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Dec 3, 2020
1 parent 5d149cc commit 3246b7d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ public boolean execute(User user, String label, List<String> args)
this.showHelp(this, user);
}

this.showHelp(this, user);

return true;
}

Expand Down

0 comments on commit 3246b7d

Please sign in to comment.