diff --git a/GodSeekerPlus/Modules/QoL/FastDreamWarp.cs b/GodSeekerPlus/Modules/QoL/FastDreamWarp.cs index fa465c1..f8c31b9 100644 --- a/GodSeekerPlus/Modules/QoL/FastDreamWarp.cs +++ b/GodSeekerPlus/Modules/QoL/FastDreamWarp.cs @@ -27,7 +27,7 @@ private void ModifyDreamNailFSM(On.PlayMakerFSM.orig_Start orig, PlayMakerFSM se private static void ModifyDreamNailFSM(PlayMakerFSM fsm) { fsm.Intercept(new TransitionInterceptor() { - fromState = "Start", + fromState = "Take Control", eventName = FsmEvent.Finished.Name, toStateDefault = "Entry Cancel Check", toStateCustom = "Can Warp?",