Minor - add change lost during merge
This commit is contained in:
parent
c73969256c
commit
283bb7c113
@ -36,7 +36,7 @@ public class HelpCommand implements ExecutableCommand {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int mappedCommandLevel = foundCommandResult.getCommandDescription().getLabelCount();
|
int mappedCommandLevel = result.getCommandDescription().getLabelCount();
|
||||||
if (mappedCommandLevel == 1) {
|
if (mappedCommandLevel == 1) {
|
||||||
commandService.outputHelp(sender, result, HelpProvider.SHOW_CHILDREN);
|
commandService.outputHelp(sender, result, HelpProvider.SHOW_CHILDREN);
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user