diff --git a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java index 35ce8f9..6d58c5b 100644 --- a/SpigotCore_Main/src/de/steamwar/command/SWCommand.java +++ b/SpigotCore_Main/src/de/steamwar/command/SWCommand.java @@ -103,7 +103,7 @@ public abstract class SWCommand { // Ignored } catch (CommandFrameworkException e) { if (Bukkit.getServer() != null) { - Bukkit.getLogger().log(Level.SEVERE, e.getBuildStackTrace()); + Bukkit.getLogger().log(Level.SEVERE, "", e); } throw e; }