diff options
Diffstat (limited to 'protocols/Steam/src')
-rw-r--r-- | protocols/Steam/src/steam_contacts.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_contacts.cpp b/protocols/Steam/src/steam_contacts.cpp index f9264b7b7b..9552ee3485 100644 --- a/protocols/Steam/src/steam_contacts.cpp +++ b/protocols/Steam/src/steam_contacts.cpp @@ -362,8 +362,7 @@ MCONTACT CSteamProto::AddContact(const char *steamId, const wchar_t *nick, bool //setByte(hContact, "Grant", 1); // move to default group - if (m_defaultGroup) - db_set_ws(hContact, "CList", "Group", m_defaultGroup); + Clist_SetGroup(hContact, m_defaultGroup); return hContact; } |