Skip to content

Commit fce8610

Browse files
committed
Remove useless """branding""""
1 parent 316fb9a commit fce8610

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/Components/Modules/QuickPatch.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,6 @@ namespace Components
351351
// splash logo
352352
Utils::Hook::Set<const char*>(0x475F9E, BASEGAME "/images/splash.bmp");
353353

354-
Utils::Hook::Set<const char*>(0x4876C6, "Successfully read stats data\n");
355-
356354
// Numerical ping (cg_scoreboardPingText 1)
357355
Utils::Hook::Set<BYTE>(0x45888E, 1);
358356
Utils::Hook::Set<BYTE>(0x45888C, Game::DVAR_CHEAT);

0 commit comments

Comments
 (0)