Skip to content

Commit

Permalink
Fixes bug that prevented Red Dead Online from opening
Browse files Browse the repository at this point in the history
  • Loading branch information
rabrunos authored Mar 4, 2022
1 parent 29d9e3c commit 62e5873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ESL_Installer_PTBR.bat
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ ECHO %l.startRedDead%
ECHO:
SET /p "v.startRedDead=%confirm%"
IF /i "%v.startRedDead%" NEQ "%yes%" GOTO CLOSESETUP
start %v.sourceFolder%\PlayRDR2.exe
start "" "%v.sourceFolder%\PlayRDR2.exe"
ECHO:
FOR /l %%# IN (1,2,!size!) DO IF "!l.startingRedDead:~%size%,1!" == "" SET "l.startingRedDead= !l.startingRedDead! "
SET l.startingRedDead=!l.startingRedDead:~1,%size%!& ECHO(!l.startingRedDead!
Expand Down Expand Up @@ -522,4 +522,4 @@ ECHO:
ECHO:
ECHO %borderLine1%
TIMEOUT /t 5 >NUL
EXIT
EXIT

0 comments on commit 62e5873

Please sign in to comment.