mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-18 22:50:59 +00:00
Update Login.cpp
This commit is contained in:
@@ -33,7 +33,7 @@ void UpdateKey(const char* newKey){
|
|||||||
/// "pk":"private_key"
|
/// "pk":"private_key"
|
||||||
|
|
||||||
std::string GetFail(const std::string& R){
|
std::string GetFail(const std::string& R){
|
||||||
static std::string DRet = R"({"success":false,"message":)";
|
std::string DRet = R"({"success":false,"message":)";
|
||||||
DRet += "\""+R+"\"}";
|
DRet += "\""+R+"\"}";
|
||||||
error(R);
|
error(R);
|
||||||
return DRet;
|
return DRet;
|
||||||
|
|||||||
Reference in New Issue
Block a user