mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
Add comment back, with interest
This commit is contained in:
parent
7750e86c13
commit
4a25b727d8
1 changed files with 1 additions and 0 deletions
|
@ -373,6 +373,7 @@ void NodeList::sendDomainServerCheckIn() {
|
|||
|
||||
packetStream << hardwareAddress;
|
||||
|
||||
// now add the machine fingerprint - a null UUID if logged in, real one if not logged in
|
||||
auto accountManager = DependencyManager::get<AccountManager>();
|
||||
packetStream << (accountManager->isLoggedIn() ? QUuid() : FingerprintUtils::getMachineFingerprint());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue