Dieser Commit ist enthalten in:
Ursprung
563801b0a1
Commit
2f331e169a
@ -89,6 +89,7 @@ class SubCommand {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
commandPart.guardCheck(commandSender, args, 0);
|
commandPart.guardCheck(commandSender, args, 0);
|
||||||
|
for (int i = 0; i < subCommand.length; i++) objects.remove(0);
|
||||||
objects.add(0, commandSenderFunction.apply(commandSender));
|
objects.add(0, commandSenderFunction.apply(commandSender));
|
||||||
method.setAccessible(true);
|
method.setAccessible(true);
|
||||||
method.invoke(swCommand, objects.toArray());
|
method.invoke(swCommand, objects.toArray());
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren