From 14dfa7297ddcc58d50ae4a1e1e9888f376cf8353 Mon Sep 17 00:00:00 2001 From: Govorunb Date: Tue, 9 Jul 2024 17:25:26 +1000 Subject: [PATCH] we don't need this patch anymore --- SCHIZO/Jukebox/CustomJukeboxTrackPatches.BelowZero.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SCHIZO/Jukebox/CustomJukeboxTrackPatches.BelowZero.cs b/SCHIZO/Jukebox/CustomJukeboxTrackPatches.BelowZero.cs index 5473dcf8..0e3b3122 100644 --- a/SCHIZO/Jukebox/CustomJukeboxTrackPatches.BelowZero.cs +++ b/SCHIZO/Jukebox/CustomJukeboxTrackPatches.BelowZero.cs @@ -268,8 +268,8 @@ public static void OnSwitchingTracks(JukeboxInstance __instance) __instance.SetPositionKnobVisible(!__instance.IsPlayingStream(out _)); } - [HarmonyPatch(typeof(File), nameof(File.Exists))] - [HarmonyPostfix] + //[HarmonyPatch(typeof(File), nameof(File.Exists))] + //[HarmonyPostfix] public static void DebugStuff(string path) { if (string.IsNullOrEmpty(path)) return;