mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-08 11:40:58 +01:00
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…
Reference in New Issue
Block a user