Fix some configs not being available
This commit is contained in:
parent
87958ff213
commit
a29ffb252c
|
|
@ -157,6 +157,7 @@ public class ModernFixEarlyConfig {
|
||||||
this.configFile = file;
|
this.configFile = file;
|
||||||
|
|
||||||
this.scanForAndBuildMixinOptions();
|
this.scanForAndBuildMixinOptions();
|
||||||
|
mixinOptions.addAll(DEFAULT_SETTING_OVERRIDES.keySet());
|
||||||
for(String optionName : mixinOptions) {
|
for(String optionName : mixinOptions) {
|
||||||
boolean defaultEnabled = DEFAULT_SETTING_OVERRIDES.getOrDefault(optionName, true);
|
boolean defaultEnabled = DEFAULT_SETTING_OVERRIDES.getOrDefault(optionName, true);
|
||||||
this.options.putIfAbsent(optionName, new Option(optionName, defaultEnabled, false));
|
this.options.putIfAbsent(optionName, new Option(optionName, defaultEnabled, false));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user