summaryrefslogtreecommitdiff
path: root/protocols/Steam/src/steam_login.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-12-16 00:04:44 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-12-16 00:04:44 +0300
commitc148e62ea62b06f5b23c958ce5cd68c8e3714db6 (patch)
tree47fcb9b95b27f43e61f65d44540a9db9e1f85e90 /protocols/Steam/src/steam_login.cpp
parent8b123abaabfafc7785cf08c68fefae5e0b528b15 (diff)
minus GetFriendListRequest HTTP request
Diffstat (limited to 'protocols/Steam/src/steam_login.cpp')
-rw-r--r--protocols/Steam/src/steam_login.cpp3
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&)