Dieser Commit ist enthalten in:
Ursprung
3829cd6706
Commit
2c6ebc82f3
@ -119,6 +119,8 @@ class CommandPart<T> {
|
|||||||
current.add(typeMapper.map(sender, EMPTY_ARRAY, optional));
|
current.add(typeMapper.map(sender, EMPTY_ARRAY, optional));
|
||||||
} else if(startIndex >= args.length) {
|
} else if(startIndex >= args.length) {
|
||||||
current.add(typeMapper.map(sender, EMPTY_ARRAY, optional));
|
current.add(typeMapper.map(sender, EMPTY_ARRAY, optional));
|
||||||
|
} else {
|
||||||
|
throw new CommandParseException();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (next != null) {
|
if (next != null) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren