Skip to content

Commit

Permalink
we don't need this patch anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Govorunb committed Jul 9, 2024
1 parent f8285e2 commit 14dfa72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SCHIZO/Jukebox/CustomJukeboxTrackPatches.BelowZero.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 14dfa72

Please sign in to comment.