From 03ec46eaad254a1ac65032f5baffd7653f5c62a5 Mon Sep 17 00:00:00 2001 From: _nebula <41904486+misternebula@users.noreply.github.com> Date: Tue, 17 Dec 2024 02:06:14 +0000 Subject: [PATCH] change method name back because im scared of breaking things --- QSB/TimeSync/Patches/TimePatches.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QSB/TimeSync/Patches/TimePatches.cs b/QSB/TimeSync/Patches/TimePatches.cs index 1868b840..4a24eb94 100644 --- a/QSB/TimeSync/Patches/TimePatches.cs +++ b/QSB/TimeSync/Patches/TimePatches.cs @@ -32,7 +32,7 @@ public class TimePatches : QSBPatch [HarmonyPrefix] [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 or OWTime.PauseType.Streaming