Fix missing quotes around %GameFilterChoice% in if statement (#12152)
This commit is contained in:
parent
67b0ba3996
commit
5db8059985
1 changed files with 1 additions and 1 deletions
|
|
@ -751,7 +751,7 @@ echo 3. UDP only
|
|||
echo.
|
||||
set "GameFilterChoice=0"
|
||||
set /p "GameFilterChoice=Select option (0-3, default: 0): "
|
||||
if %GameFilterChoice%=="" set "GameFilterChoice=0"
|
||||
if "%GameFilterChoice%"=="" set "GameFilterChoice=0"
|
||||
|
||||
if "%GameFilterChoice%"=="0" (
|
||||
if exist "%gameFlagFile%" (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue