mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-05-17 00:16:24 +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.
|
||||
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%" (
|
||||
|
||||
Reference in New Issue
Block a user