Fixed legacy configs not having 100% parity
This commit is contained in:
@@ -37,7 +37,8 @@ public abstract class JSONBaseConfig extends LoadableJSONConfigWrapper {
|
||||
"",
|
||||
plugin.getClass(),
|
||||
removeUnused,
|
||||
ConfigType.JSON
|
||||
ConfigType.JSON,
|
||||
updateBlacklist
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@@ -45,7 +45,8 @@ public abstract class JSONExtendableConfig extends LoadableJSONConfigWrapper {
|
||||
subDirectoryPath,
|
||||
source,
|
||||
removeUnused,
|
||||
ConfigType.JSON
|
||||
ConfigType.JSON,
|
||||
updateBlacklist
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@@ -35,7 +35,8 @@ public abstract class YamlBaseConfig extends LoadableYamlConfigWrapper {
|
||||
"",
|
||||
plugin.getClass(),
|
||||
removeUnused,
|
||||
ConfigType.YAML
|
||||
ConfigType.YAML,
|
||||
updateBlacklist
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@@ -43,7 +43,8 @@ public abstract class YamlExtendableConfig extends LoadableYamlConfigWrapper {
|
||||
subDirectoryPath,
|
||||
source,
|
||||
removeUnused,
|
||||
ConfigType.YAML
|
||||
ConfigType.YAML,
|
||||
updateBlacklist
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user