From a88afc078f82c0cc43bc7a7fcaa4383582d11ddc Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 21 Feb 2017 16:07:52 +0100 Subject: [PATCH] [Friends] Small presence comment [ci skip] --- src/Components/Modules/Friends.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Components/Modules/Friends.cpp b/src/Components/Modules/Friends.cpp index 8563d1b2..1a113903 100644 --- a/src/Components/Modules/Friends.cpp +++ b/src/Components/Modules/Friends.cpp @@ -206,6 +206,9 @@ namespace Components { if (Steam::Proxy::ClientFriends) { + // Set the presence for all possible apps that IW4x might have to interact with. + // GetFriendRichPresence only reads values for the app that we are running, + // therefore our friends (and we as well) have to set the presence for those apps. auto appIds = Friends::GetAppIdList(); for (auto id : appIds)