mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-02-16 02:30:44 +00:00
Update Login.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user