Skip to content

Commit

Permalink
IncentoryScaleCommand: hide command alias from autocompletion (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oondanomala authored Mar 16, 2024
1 parent 063489b commit d130368
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ public void handle() {
@Nullable
@Override
public Set<Alias> getCommandAliases() {
return Collections.singleton(new Alias("inventoryscale"));
return Collections.singleton(new Alias("inventoryscale", true));
}
}

0 comments on commit d130368

Please sign in to comment.