Fix incorrect syntax

This commit is contained in:
Manuel Thalmann 2023-07-17 02:00:12 +02:00
parent 80e7e45b35
commit a9bf0df743

View file

@ -13,7 +13,7 @@ InstallGhost()
MouseClick, Left, 563, 397
MouseClick, Left, 650, 497
Sleep, 10 * 1000
Process % Close, pid
Process, Close, %pid%
}
InstallGhost()