mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 16:57:11 +00:00
fixed small issue
This commit is contained in:
parent
31cd89fd20
commit
158eb26456
@ -67,7 +67,7 @@ std::string Launcher::Login(const std::string& fields) {
|
|||||||
if(!d["message"].is_null()) {
|
if(!d["message"].is_null()) {
|
||||||
d.erase("private_key");
|
d.erase("private_key");
|
||||||
d.erase("public_key");
|
d.erase("public_key");
|
||||||
return d;
|
return d.dump();
|
||||||
}
|
}
|
||||||
return GetFail("Invalid message parsing!");
|
return GetFail("Invalid message parsing!");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user