Browse Source

Added manual call to OnReload to SelfConfig

pull/44/head
Anairkoen Schno 4 years ago
parent
commit
edde8681c9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      IPA.Loader/Config/SelfConfig.cs

+ 1
- 0
IPA.Loader/Config/SelfConfig.cs View File

@ -23,6 +23,7 @@ namespace IPA.Config
{
LoaderConfig = Config.GetConfigFor(IPAName, "json");
Instance = LoaderConfig.Generated<SelfConfig>();
Instance.OnReload();
}
protected virtual void CopyFrom(SelfConfig cfg) { }


Loading…
Cancel
Save