mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-13 23:19:21 +08:00
Opt: remove unused function
This commit is contained in:
8
alas.bat
8
alas.bat
@@ -445,14 +445,6 @@ if exist .git\ (
|
|||||||
)
|
)
|
||||||
goto :eof
|
goto :eof
|
||||||
|
|
||||||
:AskForInit
|
|
||||||
if NOT exist usr (
|
|
||||||
echo. & echo Please perform the Initial Deployment first.
|
|
||||||
pause > NUL
|
|
||||||
goto MENU
|
|
||||||
)
|
|
||||||
goto :eof
|
|
||||||
|
|
||||||
:StopIfDisconnected
|
:StopIfDisconnected
|
||||||
if exist deploy.ini (
|
if exist deploy.ini (
|
||||||
for /f "tokens=3 delims= " %%i in ('findstr /i "NetTest" deploy.ini') do ( set "state_netTest=%%i" )
|
for /f "tokens=3 delims= " %%i in ('findstr /i "NetTest" deploy.ini') do ( set "state_netTest=%%i" )
|
||||||
|
|||||||
Reference in New Issue
Block a user