mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-05 09:20:52 +01:00
Save style.yml again
This commit is contained in:
parent
265c10ec1c
commit
f2191cb731
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user