diff --git a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java index a56813e..e74f9b1 100644 --- a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java +++ b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java @@ -51,7 +51,7 @@ public class SWCommand extends AbstractSWCommand { super(CommandSender.class, command); } - protected SWCommand(String command, String[] aliases) { + protected SWCommand(String command, String... aliases) { super(CommandSender.class, command, aliases); }