trying to fix continuous looping

This commit is contained in:
David Daily 2019-12-20 09:28:47 -06:00
parent 6c8986d14d
commit a3c9c9ed1b
1 changed files with 3 additions and 2 deletions

View File

@ -155,8 +155,9 @@ GloVar:
ini_writeValue(glovarini, "dus", dealinfo.user) ; Writes demo account name (somewhat useful)
ini_writeValue(glovarini, "xID", REValue) ; Writes the xID entered, but uppercase
}
fileread, lastFileContent, %glovarini% ; Make sure that this script knows what the ini was changed to so it doesn't constantly run through the above code
Break
}
fileread, lastFileContent, %glovarini% ; Make sure that this script knows what the ini was changed to so it doesn't constantly run through the above code
}
If (RESection) ; If we have a section
{
@ -177,7 +178,7 @@ GloVar:
}
}
}
Return
fileread, lastFileContent, %glovarini% ; Make sure that this script knows what the ini was changed to so it doesn't constantly run through the above code
If FileExist("glovar.ahk")
{
Run glovar.ahk