diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-12-16 00:04:44 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-12-16 00:04:44 +0300 |
| commit | c148e62ea62b06f5b23c958ce5cd68c8e3714db6 (patch) | |
| tree | 47fcb9b95b27f43e61f65d44540a9db9e1f85e90 /protocols/Steam/src/steam_login.cpp | |
| parent | 8b123abaabfafc7785cf08c68fefae5e0b528b15 (diff) | |
minus GetFriendListRequest HTTP request
Diffstat (limited to 'protocols/Steam/src/steam_login.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_login.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp index 30b773b7db..558a3eddef 100644 --- a/protocols/Steam/src/steam_login.cpp +++ b/protocols/Steam/src/steam_login.cpp @@ -265,9 +265,6 @@ void CSteamProto::OnClientLogon(const CMsgClientLogonResponse &reply, const CMsg // go to online now ProtoBroadcastAck(NULL, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)ID_STATUS_CONNECTING, m_iStatus = m_iDesiredStatus); - - // load contact list - SendRequest(new GetFriendListRequest(m_szAccessToken, m_iSteamId, "friend,ignoredfriend,requestrecipient"), &CSteamProto::OnGotFriendList); } void CSteamProto::OnClientLogoff(const CMsgClientLoggedOff &reply, const CMsgProtoBufHeader&) |
