add delay to prevent crash
This commit is contained in:
parent
1b8e59cf14
commit
c2f0e350b0
1 changed files with 1 additions and 1 deletions
|
@ -325,7 +325,7 @@ namespace EnvyUpdate
|
|||
|
||||
Console.WriteLine("Process stopped. Name: " + processName + " | ID: " + processID);
|
||||
*/
|
||||
|
||||
System.Threading.Thread.Sleep(30000);
|
||||
UpdateLocalVer();
|
||||
Load();
|
||||
}
|
||||
|
|
Reference in a new issue