mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-08-05 07:35:53 +03:00
Fix missing quotes around %GameFilterChoice% in if statement (#12152)
This commit is contained in:
@@ -751,7 +751,7 @@ echo 3. UDP only
|
|||||||
echo.
|
echo.
|
||||||
set "GameFilterChoice=0"
|
set "GameFilterChoice=0"
|
||||||
set /p "GameFilterChoice=Select option (0-3, default: 0): "
|
set /p "GameFilterChoice=Select option (0-3, default: 0): "
|
||||||
if %GameFilterChoice%=="" set "GameFilterChoice=0"
|
if "%GameFilterChoice%"=="" set "GameFilterChoice=0"
|
||||||
|
|
||||||
if "%GameFilterChoice%"=="0" (
|
if "%GameFilterChoice%"=="0" (
|
||||||
if exist "%gameFlagFile%" (
|
if exist "%gameFlagFile%" (
|
||||||
|
|||||||
Reference in New Issue
Block a user