From 101b8eb8a62c8cfcba71faaa38fb378c402b44a7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 4 Sep 2018 19:53:34 +0300 Subject: forgotten argument added --- protocols/Steam/src/steam_contacts.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'protocols/Steam/src') diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp index ea8ca5cfd8..e05a3f83a4 100644 --- a/protocols/Steam/src/steam_contacts.cpp +++ b/protocols/Steam/src/steam_contacts.cpp @@ -256,7 +256,8 @@ void CSteamProto::UpdateContactDetails(MCONTACT hContact, const JSONNode &data) void CSteamProto::ContactIsFriend(MCONTACT hContact) { - debugLogA("Contact %d added to a friends list"); + debugLogA("Contact %d added to a friends list", hContact); + delSetting(hContact, "AuthAsked"); delSetting(hContact, "Auth"); delSetting(hContact, "Grant"); -- cgit v1.2.3