Save style.yml again

This commit is contained in:
Alexander Söderberg 2020-07-08 13:43:16 +02:00 committed by Alexander Söderberg
parent 265c10ec1c
commit f2191cb731

View File

@ -1779,6 +1779,7 @@ public class PlotSquared {
} }
this.style = YamlConfiguration.loadConfiguration(this.styleFile); this.style = YamlConfiguration.loadConfiguration(this.styleFile);
setupStyle(); setupStyle();
this.style.save(this.styleFile);
} catch (IOException err) { } catch (IOException err) {
err.printStackTrace(); err.printStackTrace();
PlotSquared.log("Failed to save style.yml"); PlotSquared.log("Failed to save style.yml");