Fix stuff
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Dieser Commit ist enthalten in:
yoyosource 2022-05-10 10:07:57 +02:00
Ursprung f60a2e40b4
Commit f488c90fd0

Datei anzeigen

@ -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();