Skip to content

Commit

Permalink
Fixed timer not auto-starting in 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
NintwnDude879 committed Nov 27, 2022
1 parent 50935a9 commit 0691c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FNaFSBAutoSplitter.asl
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ start {
}
}
else if (version == "v1.11"){
if (current.freddyThing == 0 && old.freddyThing != 0){
if (current.freddyThing == 16 && old.freddyThing == 18){
print("Start Timer");
return true;
}
Expand Down

0 comments on commit 0691c13

Please sign in to comment.