summaryrefslogtreecommitdiff
path: root/csgo-loader/csgo-client/Login
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2018-12-25 20:27:25 +0100
committernavewindre <boneyaard@gmail.com>2018-12-25 20:27:25 +0100
commit45adf172a76fc46ca6ca10e17fd534d4f35896c0 (patch)
treefebdfd2a22bbbc03ee0be6e59dd0b98904f2f51c /csgo-loader/csgo-client/Login
parent2f8e2c585c14ec4bae7b31d17799d56ea3e50348 (diff)
parent73cbed632030f7f44d259dea1e2a1b00a17f95a5 (diff)
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'csgo-loader/csgo-client/Login')
-rw-r--r--csgo-loader/csgo-client/Login/RemoteLogin.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/csgo-loader/csgo-client/Login/RemoteLogin.cpp b/csgo-loader/csgo-client/Login/RemoteLogin.cpp
index 2f82744..b6912d8 100644
--- a/csgo-loader/csgo-client/Login/RemoteLogin.cpp
+++ b/csgo-loader/csgo-client/Login/RemoteLogin.cpp
@@ -57,9 +57,6 @@ namespace Login
case RemoteLoginResponse::OUTDATED_CLIENT:
INFO_ASSERT("[000A:%08x] Your client is outdated.\nPlease download the latest client at 'moneybot.cc'.", m_Header.m_HardwareId);
break;
- case RemoteLoginResponse::INTEGRITY_FAILURE:
- UserInterface->m_Data.m_Error = UserExperience::ERROR_SHADOW_BAN;
- break;
case RemoteLoginResponse::USER_BANNED:
INFO_ASSERT("[000D:%08x] Your account is banned.\nPlease contact 'admin@moneybot.cc' for additional information.", m_Header.m_HardwareId);
break;
@@ -69,6 +66,7 @@ namespace Login
case RemoteLoginResponse::INVALID_CREDENTIALS:
INFO_ASSERT("[000C:%08x] Your credentials are invalid. Please check your spelling and try again.", m_Header.m_HardwareId);
break;
+ case RemoteLoginResponse::INTEGRITY_FAILURE:
case RemoteLoginResponse::NO_SUBSCRIPTION:
INFO_ASSERT("[000G:%08x] No active subscription found.", m_Header.m_HardwareId);
break;