Dieser Commit ist enthalten in:
Ursprung
5f7f7673f0
Commit
563801b0a1
@ -89,8 +89,9 @@ class SubCommand {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
commandPart.guardCheck(commandSender, args, 0);
|
commandPart.guardCheck(commandSender, args, 0);
|
||||||
|
objects.add(0, commandSenderFunction.apply(commandSender));
|
||||||
method.setAccessible(true);
|
method.setAccessible(true);
|
||||||
method.invoke(swCommand, objects);
|
method.invoke(swCommand, objects.toArray());
|
||||||
}
|
}
|
||||||
} catch (CommandNoHelpException e) {
|
} catch (CommandNoHelpException e) {
|
||||||
throw e;
|
throw e;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren