From 7584d2b60f965b4c83c40099d8667f972cf0544b Mon Sep 17 00:00:00 2001 From: yoyosource Date: Tue, 22 Mar 2022 18:59:01 +0100 Subject: [PATCH] Update SWCommand --- SpigotCore_Main/src/de/steamwar/command/SWCommand.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java index 2a55d59..73934ce 100644 --- a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java +++ b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java @@ -51,10 +51,6 @@ public abstract class SWCommand { private Message message = null; private List defaultHelpMessages = new ArrayList<>(); - protected SWCommand(String command) { - this(command, new String[0]); - } - protected SWCommand(String command, String... aliases) { this.command = new Command(command, "", "/" + command, Arrays.asList(aliases)) { @Override