diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java index c6a9a4c3e..b8a27bab9 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/worlds/SinglePlotArea.java @@ -37,7 +37,6 @@ public class SinglePlotArea extends GridPlotWorld { } @Override public void saveConfiguration(ConfigurationSection config) { - new Exception().printStackTrace(); super.saveConfiguration(config); }