Skip to content

Commit

Permalink
Actually fix target not found error
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared K committed Nov 2, 2022
1 parent 7518177 commit 742259a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AFB.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ F1:: {
}

While (IsRunning) {
lastID := WinGetID("A")
lastID := WinExist("A")
robloxID := WinExist("Roblox")
if (robloxID) {
; BEGIN WORK - any automation must be done between the BlockInputs
Expand Down

0 comments on commit 742259a

Please sign in to comment.