mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-08-16 08:16:09 +00:00
Add explanation for why uuid is added later
This commit is contained in:
parent
54e31ce2ec
commit
b1710ee826
@ -159,6 +159,7 @@ std::string THeartbeatThread::GenerateCall() {
|
|||||||
|
|
||||||
lastCall = Ret.dump();
|
lastCall = Ret.dump();
|
||||||
|
|
||||||
|
//Add sensitive information here because value of lastCall is used for the information packet.
|
||||||
Ret["uuid"] = Application::Settings.getAsString(Settings::Key::General_AuthKey);
|
Ret["uuid"] = Application::Settings.getAsString(Settings::Key::General_AuthKey);
|
||||||
|
|
||||||
return Ret.dump();
|
return Ret.dump();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user