Skip to content

Commit

Permalink
Adds correct help text to user command
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Apr 22, 2020
1 parent fcbf53e commit f6fb18d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ public CheckMeOutCommand(CheckMeOut addon, CompositeCommand parent) {
*/
@Override
public void setup() {
// TODO Auto-generated method stub

this.setPermission("checkmeout");
this.setOnlyPlayer(true);
this.setDescription("checkmeout.commands.user.description");
}

@Override
Expand Down

0 comments on commit f6fb18d

Please sign in to comment.