1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-16 13:45:45 +08:00

Fix: fix var syntax

This commit is contained in:
whoamikyo
2020-08-23 03:18:57 -03:00
parent d493e9aef4
commit e46fedc4ae

View File

@@ -474,7 +474,7 @@ echo ===========================================================================
if "%FirstRun%"=="yes" ( if "%FirstRun%"=="yes" (
call command\ConfigTemplate.bat SerialTemplate %SerialRealtime% call command\ConfigTemplate.bat SerialTemplate %SerialRealtime%
) else ( ) else (
call command\ConfigAlas.bat SerialAlas %SerialRealtime call command\ConfigAlas.bat SerialAlas %SerialRealtime%
) )
echo ==================================================================================================== echo ====================================================================================================
echo Old Serial: %SerialAlas% echo Old Serial: %SerialAlas%