diff --git a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java index 17b880a..fc55c29 100644 --- a/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java +++ b/SchematicSystem_Core/src/de/steamwar/schematicsystem/commands/SchematicCommand.java @@ -640,7 +640,7 @@ public class SchematicCommand extends SWCommand { } } catch (Exception e) { SchematicSystem.MESSAGE.send("COMMAND_FIX_ERROR", player); - e.printStackTrace(); + SchematicSystem.getInstance().getLogger().log(Level.SEVERE, e.getMessage(), e); } }