Skip to content

Commit

Permalink
change method name back because im scared of breaking things
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Dec 17, 2024
1 parent c68a425 commit 03ec46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QSB/TimeSync/Patches/TimePatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public static void PlayerCameraEffectController_WakeUp(PlayerCameraEffectControl

[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
Expand Down

0 comments on commit 03ec46e

Please sign in to comment.