Skip to content

Commit

Permalink
Save style.yml again
Browse files Browse the repository at this point in the history
  • Loading branch information
Citymonstret authored and Alexander Söderberg committed Jul 8, 2020
1 parent 265c10e commit f2191cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/src/main/java/com/plotsquared/core/PlotSquared.java
Original file line number Diff line number Diff line change
Expand Up @@ -1779,6 +1779,7 @@ public boolean setupConfigs() {
}
this.style = YamlConfiguration.loadConfiguration(this.styleFile);
setupStyle();
this.style.save(this.styleFile);
} catch (IOException err) {
err.printStackTrace();
PlotSquared.log("Failed to save style.yml");
Expand Down

0 comments on commit f2191cb

Please sign in to comment.