diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index ac0a4394..168d34bd 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -272,6 +272,8 @@ namespace Components // splash logo Utils::Hook::Set(0x475F9E, BASEGAME "/images/splash.bmp"); + Utils::Hook::Set(0x4876C6, "Successfully read stats data\n"); + // Numerical ping (cg_scoreboardPingText 1) Utils::Hook::Set(0x45888E, 1); Utils::Hook::Set(0x45888C, Game::dvar_flag::DVAR_FLAG_CHEAT);