Port worldedit commands

This commit is contained in:
Kenzie Togami
2019-04-25 21:03:28 -07:00
parent 9b0fda9f83
commit d8290cbd8f
3 changed files with 60 additions and 45 deletions

View File

@ -509,8 +509,8 @@ public class UtilityCommands {
@Arg(desc = "The page to retrieve", def = "1")
int page,
@Arg(desc = "The command to retrieve help for", def = "", variable = true)
List<String> commandPath) throws WorldEditException {
PrintCommandHelp.help(commandPath, page, we, actor);
List<String> command) throws WorldEditException {
PrintCommandHelp.help(command, page, we, actor);
}