mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 08:26:01 +00:00
Update Login.cpp
This commit is contained in:
parent
b7ffa153b1
commit
76a1b05056
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user