Fix for #6
This commit is contained in:
@ -62,7 +62,9 @@ public class BlacksmithPlugin extends JavaPlugin {
|
||||
//Copy default config to disk
|
||||
FileConfiguration fileConfiguration = this.getConfig();
|
||||
this.saveDefaultConfig();
|
||||
this.reloadConfig();
|
||||
fileConfiguration.options().copyDefaults(true);
|
||||
this.saveConfig();
|
||||
|
||||
//Load settings
|
||||
config = new GlobalSettings(this);
|
||||
|
Reference in New Issue
Block a user