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_menus.cpp | |
parent | 8b123abaabfafc7785cf08c68fefae5e0b528b15 (diff) |
minus GetFriendListRequest HTTP request
Diffstat (limited to 'protocols/Steam/src/steam_menus.cpp')
-rw-r--r-- | protocols/Steam/src/steam_menus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_menus.cpp b/protocols/Steam/src/steam_menus.cpp index 44862a52a8..ddd35fb8a8 100644 --- a/protocols/Steam/src/steam_menus.cpp +++ b/protocols/Steam/src/steam_menus.cpp @@ -51,7 +51,7 @@ int CSteamProto::JoinToGameCommand(WPARAM hContact, LPARAM) INT_PTR CSteamProto::OpenBlockListCommand(WPARAM, LPARAM)
{
- SendRequest(new GetFriendListRequest(m_szAccessToken, m_iSteamId, "ignoredfriend"), &CSteamProto::OnGotBlockList);
+ // SendRequest(new GetFriendListRequest(m_szAccessToken, m_iSteamId, "ignoredfriend"), &CSteamProto::OnGotBlockList);
return 0;
}
|