diff options
Diffstat (limited to 'protocols/Steam/src/steam_login.cpp')
| -rw-r--r-- | protocols/Steam/src/steam_login.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp index 37e046c262..63bb9a3158 100644 --- a/protocols/Steam/src/steam_login.cpp +++ b/protocols/Steam/src/steam_login.cpp @@ -349,11 +349,6 @@ void CSteamProto::OnLoggedOn(const HttpResponse &response, void *) long messageId = root["umqid"].as_int(); setDword("MessageID", messageId); - if (m_lastMessageTS <= 0) { - time_t timestamp = _wtoi64(root["utc_timestamp"].as_mstring()); - setDword("LastMessageTS", timestamp); - } - // load contact list ptrA token(getStringA("TokenSecret")); ptrA steamId(getStringA("SteamID")); |
