From 2f3430b8ebebc9e2707887c5f94067e3b88d6e7c Mon Sep 17 00:00:00 2001 From: Meivyn <793322+Meivyn@users.noreply.github.com> Date: Wed, 17 May 2023 23:39:27 -0400 Subject: [PATCH] Add beatmap editor to the list of default game assemblies --- IPA.Loader/Config/SelfConfig.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/IPA.Loader/Config/SelfConfig.cs b/IPA.Loader/Config/SelfConfig.cs index 8bd610de..4ad33bc6 100644 --- a/IPA.Loader/Config/SelfConfig.cs +++ b/IPA.Loader/Config/SelfConfig.cs @@ -75,7 +75,7 @@ namespace IPA.Config internal const string IPAName = "Beat Saber IPA"; internal const string IPAVersion = "4.1.7.0"; - // uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug, + // uses Updates.AutoUpdate, Updates.AutoCheckUpdates, YeetMods, Debug.ShowCallSource, Debug.ShowDebug, // Debug.CondenseModLogs internal static SelfConfig CommandLineValues = new(); @@ -162,8 +162,8 @@ namespace IPA.Config { // LINE: ignore 5 #if BeatSaber // provide these defaults only for Beat Saber builds - "Main.dll", "Core.dll", "HMLib.dll", "HMUI.dll", "HMRendering.dll", "VRUI.dll", - "BeatmapCore.dll", "GameplayCore.dll","HMLibAttributes.dll", + "Main.dll", "Core.dll", "HMLib.dll", "HMUI.dll", "HMRendering.dll", "VRUI.dll", + "BeatmapCore.dll", "GameplayCore.dll", "HMLibAttributes.dll", "BeatmapEditor3D.dll" #else // otherwise specify Assembly-CSharp.dll "Assembly-CSharp.dll" // LINE: ignore