Skip to content

Commit

Permalink
Autosplitter related change
Browse files Browse the repository at this point in the history
  • Loading branch information
nhaar authored Mar 6, 2023
1 parent 7027937 commit 1ef33ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainscript.cs
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ public static void stopTimer(string questName)
toCheatEngine3 = ((toCheatEngine3 == 222) ? 333 : 222);
if (reallyStop)
{
toCheatEngine3 = 111;
toCheatEngine2 = 999;
isRunFinished = true;
isSpeedrunning = false;
saveData("ended", isRunFinished.ToString());
Expand Down

0 comments on commit 1ef33ec

Please sign in to comment.