Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Commit 742259a

Browse files
author
Jared K
committed
Actually fix target not found error
1 parent 7518177 commit 742259a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AFB.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ F1:: {
3434
}
3535

3636
While (IsRunning) {
37-
lastID := WinGetID("A")
37+
lastID := WinExist("A")
3838
robloxID := WinExist("Roblox")
3939
if (robloxID) {
4040
; BEGIN WORK - any automation must be done between the BlockInputs

0 commit comments

Comments
 (0)