From f2191cb731af85efcc26998038cc888e717a62b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20S=C3=B6derberg?= Date: Wed, 8 Jul 2020 13:43:16 +0200 Subject: [PATCH] Save style.yml again --- Core/src/main/java/com/plotsquared/core/PlotSquared.java | 1 + 1 file changed, 1 insertion(+) 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");