Archiviert
1
0

Hotfix SWCommand

Dieser Commit ist enthalten in:
yoyosource 2022-06-16 22:25:00 +02:00
Ursprung 059a945867
Commit 6192fd98c7

Datei anzeigen

@ -52,11 +52,7 @@ public class SWCommand extends AbstractSWCommand<CommandSender> {
}
protected SWCommand(String command, String permission) {
super(CommandSender.class, command);
this.permission = permission;
createAndSafeCommand(command, new String[0]);
unregister();
register();
this(command, permission, new String[0]);
}
protected SWCommand(String command, String permission, String... aliases) {