Minor - add change lost during merge

This commit is contained in:
ljacqu 2015-12-26 13:05:43 +01:00
parent c73969256c
commit 283bb7c113

View File

@ -36,7 +36,7 @@ public class HelpCommand implements ExecutableCommand {
}
}
int mappedCommandLevel = foundCommandResult.getCommandDescription().getLabelCount();
int mappedCommandLevel = result.getCommandDescription().getLabelCount();
if (mappedCommandLevel == 1) {
commandService.outputHelp(sender, result, HelpProvider.SHOW_CHILDREN);
} else {