mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 23:46:59 +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"
|
||||
|
||||
std::string GetFail(const std::string& R){
|
||||
static std::string DRet = R"({"success":false,"message":)";
|
||||
std::string DRet = R"({"success":false,"message":)";
|
||||
DRet += "\""+R+"\"}";
|
||||
error(R);
|
||||
return DRet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user