From 0699f6a2af734c99bad352958e17c2f3e0534198 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Fri, 17 Jan 2020 23:15:14 -0600 Subject: [PATCH] Loader now correctly adds disabled dependents to the config on disk --- IPA.Loader/Loader/PluginLoader.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IPA.Loader/Loader/PluginLoader.cs b/IPA.Loader/Loader/PluginLoader.cs index 32fa0b53..d1a01b33 100644 --- a/IPA.Loader/Loader/PluginLoader.cs +++ b/IPA.Loader/Loader/PluginLoader.cs @@ -512,6 +512,7 @@ namespace IPA.Loader } } + DisabledConfig.Instance.Changed(); PluginsMetadata = metadata; }