Fix missing quotes around %GameFilterChoice% in if statement (#12152)

This commit is contained in:
k38f 2026-04-30 03:22:35 +03:00 committed by GitHub
parent 67b0ba3996
commit 5db8059985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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%" (