Add SWCommand.Register.Registeres #104
@ -120,7 +120,7 @@ public class SWCommandUtils {
|
||||
}
|
||||
|
||||
if (varArgType != null) {
|
||||
Object varArgument = arguments[args.length - 1];
|
||||
Object varArgument = arguments[arguments.length - 1];
|
||||
|
||||
for (int i = 0; i < length; i++) {
|
||||
Object value = parameters[parameters.length - 1].map(commandSender, Arrays.copyOf(args, index), args[index]);
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren