Added 2 new strategies, added warning in service.bat after switching game filter

This commit is contained in:
unknown
2025-06-20 14:39:45 +03:00
parent cf03dd0c3d
commit 653d01b224
4 changed files with 47 additions and 0 deletions

View File

@@ -438,9 +438,11 @@ cls
if not exist "%gameFlagFile%" (
echo Enabling game filter...
echo ENABLED > "%gameFlagFile%"
call :PrintYellow "Restart the zapret to apply the changes"
) else (
echo Disabling game filter...
del /f /q "%gameFlagFile%"
call :PrintYellow "Restart the zapret to apply the changes"
)
pause