Browse Source

Loader now correctly adds disabled dependents to the config on disk

pull/46/head
Anairkoen Schno 4 years ago
parent
commit
f95ba91680
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; PluginsMetadata = metadata;
} }


Loading…
Cancel
Save