mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Un-hardcode ban message
This commit is contained in:
parent
7258a35ff5
commit
60cd5a000a
@ -318,7 +318,7 @@ bool R5Net::Client::GetClientIsBanned(const std::string svIpAddress, std::int64_
|
||||
{
|
||||
if (jsResultBody["isBanned"].is_boolean() && jsResultBody["isBanned"].get<bool>())
|
||||
{
|
||||
svOutErrCl = jsResultBody.value("errCl", "Generic error (code:gen). Contact R5Reloaded developers.");
|
||||
svOutErrCl = jsResultBody.value("errCl", "#DISCONNECT_BANNED");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -726,6 +726,8 @@
|
||||
"PROMO_RIGHT_TITLE" "Yes2"
|
||||
"PROMO_RIGHT_DESCRIPTION" "Yes3"
|
||||
"PROMO_SDK_ERROR" "You should not see this."
|
||||
|
||||
"DISCONNECT_BANNED" "The client's game account has been banned: Banned"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user