mirror of
https://github.com/Flowseal/zapret-discord-youtube.git
synced 2026-03-17 03:21:52 +00:00
Added 2 new strategies, added warning in service.bat after switching game filter
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user