Browse Source

Loader now correctly adds disabled dependents to the config on disk

4.0.0-beta
Anairkoen Schno 4 years ago
parent
commit
0699f6a2af
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      IPA.Loader/Loader/PluginLoader.cs

+ 1
- 0
IPA.Loader/Loader/PluginLoader.cs View File

@ -512,6 +512,7 @@ namespace IPA.Loader
}
}
DisabledConfig.Instance.Changed();
PluginsMetadata = metadata;
}


Loading…
Cancel
Save