From 8a5700fd16028fe2bf5947f76457dae19565c411 Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Thu, 29 Aug 2019 21:06:43 -0500 Subject: [PATCH] Re-fixed logger --- IPA.Loader/Config/SelfConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index d3e8b4d4..e16d241f 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -31,7 +31,7 @@ namespace IPA.Config } } - public static Ref SelfConfigRef; + public static Ref SelfConfigRef = new SelfConfig(); public static void Load() {