mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-26 12:15:48 +00:00
change method name back because im scared of breaking things
This commit is contained in:
parent
c68a4254da
commit
03ec46eaad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user