|
@@ -41,7 +41,6 @@ public abstract class ConfigLoader {
|
|
* Add the defaults to this config file.
|
|
* Add the defaults to this config file.
|
|
*/
|
|
*/
|
|
protected void addDefaults() {
|
|
protected void addDefaults() {
|
|
-
|
|
|
|
// Load from included config.yml
|
|
// Load from included config.yml
|
|
config.options().copyDefaults(true);
|
|
config.options().copyDefaults(true);
|
|
saveConfig();
|
|
saveConfig();
|