Skip to content

Commit

Permalink
patch-22 fix6
Browse files Browse the repository at this point in the history
at this point it looks like a fucking joke
  • Loading branch information
miermontoto committed Feb 17, 2018
1 parent b4a08de commit 0eae71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Root.cmd
Expand Up @@ -173,8 +173,8 @@ rem Note that in some cases this won't be needed, it's just to avoid problems.


::compatibility mode
if "%userprofile%" == "C:\Documents and Settings\%username%" set clip=1
if NOT %clip%==1 goto noxp
if "%userprofile%" == "C:\Documents and Settings\%username%" (set clip=1) ELSE (set clip=0)
if NOT "%clip%" == "1" goto noxp
echo set "title=%titlec%" >>%settings%.log
if %admin%==1 (call :gEcho c "WARNING:" & echo Enabled Compatibility mode.) ELSE (echo WARNING: Enabled Compatibility mode.)
:noxp
Expand Down

0 comments on commit 0eae71b

Please sign in to comment.