mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-22 07:08:11 +00:00
use hacky timeout
This commit is contained in:
parent
82b667b83b
commit
cae6043664
@ -62,7 +62,7 @@ if "%PROXY_IP%" EQU "localhost" (
|
||||
goto killgame
|
||||
)
|
||||
|
||||
timeout /t 2 /NOBREAK >nul
|
||||
ping 127.0.0.1 -n 2 > nul
|
||||
|
||||
goto loop
|
||||
|
||||
|
@ -80,7 +80,8 @@ taskkill /f /im mitmdump.exe
|
||||
|
||||
echo Done, see you next time
|
||||
|
||||
timeout.exe /t 2 /nobreak >nul
|
||||
:: Just in case the user has corutils installed, use this hacky timeout instead of the timeout command
|
||||
ping 127.0.0.1 -n 2 > nul
|
||||
|
||||
taskkill /f /fi "WINDOWTITLE eq Administrator: PS Launcher Script" || taskkill /f /fi "WINDOWTITLE eq PS Launcher Script"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user