Browse Source

Added Core.dll to Beat Saber default game files

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

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

@ -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


Loading…
Cancel
Save