diff --git a/src/de/steamwar/command/SWCommand.java b/src/de/steamwar/command/SWCommand.java index a9cf002a..7b4067b6 100644 --- a/src/de/steamwar/command/SWCommand.java +++ b/src/de/steamwar/command/SWCommand.java @@ -52,11 +52,7 @@ public class SWCommand extends AbstractSWCommand { } 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) {