[QuickPatch] Adjusted read stats string
This commit is contained in:
parent
45c49d4171
commit
85c9488c2a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user