From 4ca5adecc7a36b063792ccab64ae3c593b10c54d Mon Sep 17 00:00:00 2001 From: yoyosource Date: Mon, 7 Mar 2022 20:04:34 +0100 Subject: [PATCH] Fix tests --- SpigotCore_Main/src/de/steamwar/command/SWCommand.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java index a5377df..2a55d59 100644 --- a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java +++ b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java @@ -105,8 +105,6 @@ public abstract class SWCommand { } catch (CommandFrameworkException e) { if (Bukkit.getServer() != null) { Bukkit.getLogger().log(Level.SEVERE, "", e); - } - if (Core.MESSAGE != null) { Core.MESSAGE.send("COMMAND_SYSTEM_ERROR", sender); } throw e;