Skip to content

Commit

Permalink
fix: Invoke DisableRun before resetting InputController
Browse files Browse the repository at this point in the history
  • Loading branch information
psyGamer committed Jan 17, 2025
1 parent e0a9f73 commit 9b9d3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CelesteTAS-EverestInterop/Source/TAS/Manager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ public static void DisableRun() {

"Stopping TAS".Log();

AttributeUtils.Invoke<DisableRunAttribute>();
CurrState = NextState = State.Disabled;
Controller.Stop();
AttributeUtils.Invoke<DisableRunAttribute>();
}

/// Will start the TAS on the next update cycle
Expand Down

0 comments on commit 9b9d3d5

Please sign in to comment.