From edde8681c9a02cfad875814dbdf60383b240762b Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Wed, 4 Mar 2020 22:10:48 -0600 Subject: [PATCH] Added manual call to OnReload to SelfConfig --- IPA.Loader/Config/SelfConfig.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index 42c47a20..32fdcbb3 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -23,6 +23,7 @@ namespace IPA.Config { LoaderConfig = Config.GetConfigFor(IPAName, "json"); Instance = LoaderConfig.Generated(); + Instance.OnReload(); } protected virtual void CopyFrom(SelfConfig cfg) { }