From 5db80599856fa801b4084b663ff7a794653913ab Mon Sep 17 00:00:00 2001 From: k38f <268321423+k38f@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:22:35 +0300 Subject: [PATCH] Fix missing quotes around %GameFilterChoice% in if statement (#12152) --- service.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.bat b/service.bat index 7199e6e..25a4905 100644 --- a/service.bat +++ b/service.bat @@ -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%" (