Skip to content

Commit

Permalink
Revert "Revert "fix(fix): fix""
Browse files Browse the repository at this point in the history
This reverts commit 072fa72.
  • Loading branch information
blattersturm committed Jan 13, 2023
1 parent 072fa72 commit e70439d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions code/client/launcher/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,6 +770,12 @@ int RealMain()
}
#endif

#if defined(IS_RDR3)
MessageBox(nullptr, L"RedM is no longer available. See https://aka.cfx.re/redm-eol for more information.", PRODUCT_NAME, MB_OK | MB_ICONERROR);

return 0;
#endif

#if defined(GTA_FIVE) || defined(IS_RDR3) || defined(GTA_NY)
#if (defined(LAUNCHER_PERSONALITY_GAME) || defined(LAUNCHER_PERSONALITY_MAIN))
// ensure game cache is up-to-date, and obtain redirection metadata from the game cache
Expand Down

0 comments on commit e70439d

Please sign in to comment.