mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-05-24 06:18:58 -05:00
[O] Do not reset touch panel when quick retry
Some checks are pending
AquaMai Build / build (push) Waiting to run
Some checks are pending
AquaMai Build / build (push) Waiting to run
This commit is contained in:
parent
07210a23b7
commit
436bdde60a
|
|
@ -18,12 +18,4 @@ public class ResetTouchAfterTrack
|
|||
SingletonStateMachine<AmManager, AmManager.EState>.Instance.StartTouchPanel();
|
||||
MelonLoader.MelonLogger.Msg("[TouchResetAfterTrack] Touch panel reset");
|
||||
}
|
||||
|
||||
[HarmonyPostfix]
|
||||
[HarmonyPatch(typeof(GamePlayManager), "SetQuickRetryFrag")]
|
||||
public static void OnStart()
|
||||
{
|
||||
SingletonStateMachine<AmManager, AmManager.EState>.Instance.StartTouchPanel();
|
||||
MelonLoader.MelonLogger.Msg("[TouchResetAfterTrack] Touch panel reset");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user