[QuickPatch] Adjusted read stats string

This commit is contained in:
sr0 2017-01-02 22:14:07 +01:00
parent 45c49d4171
commit 85c9488c2a

View File

@ -272,6 +272,8 @@ namespace Components
// splash logo
Utils::Hook::Set<char*>(0x475F9E, BASEGAME "/images/splash.bmp");
Utils::Hook::Set<char*>(0x4876C6, "Successfully read stats data\n");
// Numerical ping (cg_scoreboardPingText 1)
Utils::Hook::Set<BYTE>(0x45888E, 1);
Utils::Hook::Set<BYTE>(0x45888C, Game::dvar_flag::DVAR_FLAG_CHEAT);