change method name back because im scared of breaking things

This commit is contained in:
_nebula 2024-12-17 02:06:14 +00:00
parent c68a4254da
commit 03ec46eaad

View File

@ -32,7 +32,7 @@ public class TimePatches : QSBPatch
[HarmonyPrefix] [HarmonyPrefix]
[HarmonyPatch(typeof(OWTime), nameof(OWTime.Pause))] [HarmonyPatch(typeof(OWTime), nameof(OWTime.Pause))]
public static bool OWTime_Pause(ref OWTime.PauseType pauseType) public static bool StopPausing(ref OWTime.PauseType pauseType)
{ {
if (pauseType is OWTime.PauseType.Initializing if (pauseType is OWTime.PauseType.Initializing
or OWTime.PauseType.Streaming or OWTime.PauseType.Streaming