diff options
author | George Hazan <george.hazan@gmail.com> | 2024-12-13 17:05:39 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-12-13 17:05:39 +0300 |
commit | c122cbe23c5246f33901c6fc8a813f74830b978b (patch) | |
tree | fab8fb01fe79931e81a99368e5a5be10f30be2f8 /protocols/Steam/src/steam_proto.cpp | |
parent | a3d35065637b3301615f3a1be4485d0123878153 (diff) |
Steam: sessionID analysis + heartbeat infrastructure
Diffstat (limited to 'protocols/Steam/src/steam_proto.cpp')
-rw-r--r-- | protocols/Steam/src/steam_proto.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index 27c65aee33..158b5e215b 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -263,8 +263,6 @@ int CSteamProto::SetStatus(int new_status) m_iDesiredStatus = new_status;
if (new_status == ID_STATUS_OFFLINE) {
- m_iStatus = m_iDesiredStatus = ID_STATUS_OFFLINE;
-
if (!Miranda_IsTerminated())
SetAllContactStatuses(ID_STATUS_OFFLINE);
|