diff --git a/deps/protobuf b/deps/protobuf index fc51bdc0..60a0d41a 160000 --- a/deps/protobuf +++ b/deps/protobuf @@ -1 +1 @@ -Subproject commit fc51bdc033f458d14273bf6605dad4157e609c84 +Subproject commit 60a0d41a2988a40cf3a94a4cb602f5f1c94135e9 diff --git a/src/Components/Modules/QuickPatch.cpp b/src/Components/Modules/QuickPatch.cpp index 13ac83a4..42e6a556 100644 --- a/src/Components/Modules/QuickPatch.cpp +++ b/src/Components/Modules/QuickPatch.cpp @@ -114,10 +114,10 @@ namespace Components Utils::Hook::Set(0x60BD91, VERSION_STR); // console logo - Utils::Hook::Set(0x428A66, "data/images/logo.bmp"); + //Utils::Hook::Set(0x428A66, "data/images/logo.bmp"); // splash logo - Utils::Hook::Set(0x475F9E, "data/images/splash.bmp"); + //Utils::Hook::Set(0x475F9E, "data/images/splash.bmp"); // Numerical ping (cg_scoreboardPingText 1) Utils::Hook::Set(0x45888E, 1);