From 46369d755eeb3d254e99b5db0f2b12708bab1aad Mon Sep 17 00:00:00 2001 From: Anairkoen Schno Date: Mon, 23 Mar 2020 17:07:53 -0500 Subject: [PATCH] Added Core.dll to Beat Saber default game files --- 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 c7cce785..57856357 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -146,7 +146,7 @@ namespace IPA.Config { // LINE: ignore 5 #if BeatSaber // provide these defaults only for Beat Saber builds - "Main.dll", "HMLib.dll", "HMUI.dll", "HMRendering.dll", "VRUI.dll" + "Main.dll", "Core.dll", "HMLib.dll", "HMUI.dll", "HMRendering.dll", "VRUI.dll" #else // otherwise specify Assembly-CSharp.dll "Assembly-CSharp.dll" #endif