mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 20:58:19 +08:00
Fix: removed unused function
This commit is contained in:
15
alas.bat
15
alas.bat
@@ -446,21 +446,6 @@ if exist .git\ (
|
||||
)
|
||||
goto :eof
|
||||
|
||||
:StopIfDisconnected
|
||||
if exist deploy.ini (
|
||||
for /f "tokens=3 delims= " %%i in ('findstr /i "NetTest" deploy.ini') do ( set "state_netTest=%%i" )
|
||||
)
|
||||
if "%state_netTest%"=="disable" goto :eof
|
||||
echo Checking network connection...
|
||||
wget -q --no-check-certificate %Remoterepo%/modules/CurrentVersion -O NetTest && set "_isNetConnected=true" || set "_isNetConnected=false"
|
||||
if exist NetTest del NetTest
|
||||
if "%_isNetConnected%"=="false" (
|
||||
echo Unable to access GitHub, please check your network connection
|
||||
pause > NUL
|
||||
goto MENU
|
||||
)
|
||||
goto :eof
|
||||
|
||||
:CheckBsBeta
|
||||
if "%RealtimeMode%"=="disable" goto :eof
|
||||
rem if "%FirstRun%"=="enable" goto :eof
|
||||
|
||||
Reference in New Issue
Block a user