Fix internal error
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-08-22 18:30:23 +02:00
Ursprung 3829cd6706
Commit 2c6ebc82f3

Datei anzeigen

@ -119,6 +119,8 @@ class CommandPart<T> {
current.add(typeMapper.map(sender, EMPTY_ARRAY, optional));
} else if(startIndex >= args.length) {
current.add(typeMapper.map(sender, EMPTY_ARRAY, optional));
} else {
throw new CommandParseException();
}
}
if (next != null) {