Skip to content

Commit

Permalink
fixed ramtweaks setting
Browse files Browse the repository at this point in the history
  • Loading branch information
Teramanbr committed Sep 2, 2022
1 parent 86eb48b commit 05d7747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Terabyte Tweaker.bat
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ goto Loading
:9
::50%
chcp 437 >nul 2>&1
if "%memtweaks%"=="false" goto skipmemtweaks
if "%ramtweaks%"=="false" goto skipmemtweaks
echo Applying RAM Tweaks...
set "mem="
for /f "tokens=2 delims==" %%a in (
Expand Down

0 comments on commit 05d7747

Please sign in to comment.