mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-27 06:18:52 +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]
|
[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
|
||||||
|
Loading…
Reference in New Issue
Block a user