summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/main.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-29 12:58:27 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-29 12:58:27 +0300
commitf98fe1465694e5899d00bfb8814a5578b144d7c1 (patch)
tree064ca05f47bdfdae79a6a60a5056ec9e9bc061df /protocols/Steam/src/main.cpp
parent8771dda88d2ea3ac304414c8c4d4232ab7beedc1 (diff)
Steam: application info parser
Diffstat (limited to 'protocols/Steam/src/main.cpp')
-rw-r--r--protocols/Steam/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/main.cpp b/protocols/Steam/src/main.cpp
index 5c4df55a31..b72fc2a36f 100644
--- a/protocols/Steam/src/main.cpp
+++ b/protocols/Steam/src/main.cpp
@@ -139,6 +139,7 @@ void CMPlugin::InitSteamServices()
messageHandlers[EMsg::ClientLogOnResponse] = ServiceResponseHandler(&CSteamProto::OnClientLogon);
messageHandlers[EMsg::ClientFriendsList] = ServiceResponseHandler(&CSteamProto::OnGotFriendList);
messageHandlers[EMsg::ClientPersonaState] = ServiceResponseHandler(&CSteamProto::OnGotFriendInfo);
+ messageHandlers[EMsg::ClientPICSProductInfoResponse] = ServiceResponseHandler(&CSteamProto::OnGotAppInfo);
// services from steammessages_auth.steamclient.proto
services["Authentication"] = &authentication__descriptor;