mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +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
|
||||
|
||||
:AskForInit
|
||||
if NOT exist usr (
|
||||
echo. & echo Please perform the Initial Deployment first.
|
||||
pause > NUL
|
||||
goto MENU
|
||||
)
|
||||
goto :eof
|
||||
|
||||
:StopIfDisconnected
|
||||
if exist deploy.ini (
|
||||
for /f "tokens=3 delims= " %%i in ('findstr /i "NetTest" deploy.ini') do ( set "state_netTest=%%i" )
|
||||
|
||||
Reference in New Issue
Block a user