Dieser Commit ist enthalten in:
Ursprung
f60a2e40b4
Commit
f488c90fd0
@ -43,7 +43,7 @@ public abstract class AbstractSWCommand<T> {
|
||||
this(clazz, command, new String[0]);
|
||||
}
|
||||
|
||||
protected AbstractSWCommand(Class<T> clazz, String command, String[] aliases) {
|
||||
protected AbstractSWCommand(Class<T> clazz, String command, String... aliases) {
|
||||
this.clazz = clazz;
|
||||
createAndSafeCommand(command, aliases);
|
||||
unregister();
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren