diff options
| author | boris <wzn@moneybot.cc> | 2018-12-26 00:11:18 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-26 00:11:18 +1300 |
| commit | 73cbed632030f7f44d259dea1e2a1b00a17f95a5 (patch) | |
| tree | 5d164191924629007d273b8f57f85cc4b942aa1d /csgo-loader/csgo-client/Login | |
| parent | c48c13417c198194b0d2f508a33431b27f5605b8 (diff) | |
obje]se incomepeternt porogrammer wtieres cod
SPWOOOOOoo
Diffstat (limited to 'csgo-loader/csgo-client/Login')
| -rw-r--r-- | csgo-loader/csgo-client/Login/RemoteLogin.cpp | 4 |
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;
|
