updated parse tab completer to consider the "cmdparse" alias

This commit is contained in:
Sxtanna 2020-07-25 13:08:26 -04:00
parent d1b50c3db4
commit f177da8ef7
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ public final class CommandParse extends PlaceholderCommand
break;
case "parse":
case "bcparse":
case "cmdparse":
completeParseSingular(sender, params, suggestions);
break;
}