CMD #141
@ -84,7 +84,7 @@ public class CommandPart {
|
||||
}
|
||||
|
||||
public void generateArgumentArray(List<Object> current, CommandSender commandSender, String[] args, int startIndex) {
|
||||
if (startIndex >= args.length) {
|
||||
if (startIndex >= args.length && varArgType == null) {
|
||||
throw new CommandParseException();
|
||||
}
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren