diff options
-rw-r--r-- | protocols/Steam/src/steam_login.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Steam/src/steam_login.cpp b/protocols/Steam/src/steam_login.cpp index 30bfc22981..5eaa7609af 100644 --- a/protocols/Steam/src/steam_login.cpp +++ b/protocols/Steam/src/steam_login.cpp @@ -340,7 +340,6 @@ void CSteamProto::OnLoggedOn(const HttpResponse &response, void*) if (!response.IsSuccess()) { // Probably timeout or no connection, we can do nothing here debugLogA(__FUNCTION__ ": unknown login error"); - ShowNotification(TranslateT("Unknown login error.")); SetStatus(ID_STATUS_OFFLINE); return; } @@ -408,4 +407,4 @@ void CSteamProto::OnReLogin(const JSONNode &root, void*) long messageId = root["message"].as_int(); setDword("MessageID", messageId); -}
\ No newline at end of file +} |