Fix incorrect syntax
This commit is contained in:
parent
80e7e45b35
commit
a9bf0df743
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ InstallGhost()
|
||||||
MouseClick, Left, 563, 397
|
MouseClick, Left, 563, 397
|
||||||
MouseClick, Left, 650, 497
|
MouseClick, Left, 650, 497
|
||||||
Sleep, 10 * 1000
|
Sleep, 10 * 1000
|
||||||
Process % Close, pid
|
Process, Close, %pid%
|
||||||
}
|
}
|
||||||
|
|
||||||
InstallGhost()
|
InstallGhost()
|
||||||
|
|
Loading…
Reference in a new issue