apply last commit to all configs

This commit is contained in:
destro174 2022-01-05 14:48:03 +01:00
parent af23e0df29
commit 41ac24fd74
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ public final class PrefixConfig {
} }
try { try {
config = configLoader.load(ConfigurationOptions.defaults().header(HEADER)); config = configLoader.load(ConfigurationOptions.defaults().header(HEADER).shouldCopyDefaults(false));
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }

View File

@ -57,7 +57,7 @@ public final class RegexConfig {
} }
try { try {
config = configLoader.load(ConfigurationOptions.defaults().header(HEADER)); config = configLoader.load(ConfigurationOptions.defaults().header(HEADER).shouldCopyDefaults(false));
} catch (IOException e) { } catch (IOException e) {
e.printStackTrace(); e.printStackTrace();
} }