Skip to content

Commit

Permalink
Fix help text for admin sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Apr 11, 2020
1 parent 684bdb1 commit 198dfae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public AdminSanityCheck(CompositeCommand islandCommand) {

@Override
public void setup() {
setParametersHelp("oneblock.commands.admin.setchest.sanity.parameters");
setDescription("oneblock.commands.admin.setchest.sanity.description");
setParametersHelp("oneblock.commands.admin.sanity.parameters");
setDescription("oneblock.commands.admin.sanity.description");
// Permission
setPermission("admin.sanity");
addon = (OneBlock)getAddon();
Expand Down

0 comments on commit 198dfae

Please sign in to comment.