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