diff --git a/Core/src/main/java/com/plotsquared/core/PlotSquared.java b/Core/src/main/java/com/plotsquared/core/PlotSquared.java index 0ebcc7b1c..8df57ba4c 100644 --- a/Core/src/main/java/com/plotsquared/core/PlotSquared.java +++ b/Core/src/main/java/com/plotsquared/core/PlotSquared.java @@ -1779,6 +1779,7 @@ public class PlotSquared { } this.style = YamlConfiguration.loadConfiguration(this.styleFile); setupStyle(); + this.style.save(this.styleFile); } catch (IOException err) { err.printStackTrace(); PlotSquared.log("Failed to save style.yml");