From 4f421a642aa02853b5b64df526575729ea4eec47 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Tue, 31 Jan 2017 15:56:24 +0100 Subject: [PATCH] [Friends] Clear state when debugging --- src/Components/Modules/Friends.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Components/Modules/Friends.cpp b/src/Components/Modules/Friends.cpp index b4de705a..326af830 100644 --- a/src/Components/Modules/Friends.cpp +++ b/src/Components/Modules/Friends.cpp @@ -373,7 +373,9 @@ namespace Components Friends::ClearPresence("iw4x_server"); Friends::ClearPresence("iw4x_playing"); - //Steam::Proxy::SteamFriends->ClearRichPresence(); +#ifdef DEBUG + Steam::Proxy::SteamFriends->ClearRichPresence(); +#endif if(Steam::Proxy::SteamLegacyFriends) {