mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 21:39:40 +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;
|
packetStream << hardwareAddress;
|
||||||
|
|
||||||
|
// now add the machine fingerprint - a null UUID if logged in, real one if not logged in
|
||||||
auto accountManager = DependencyManager::get<AccountManager>();
|
auto accountManager = DependencyManager::get<AccountManager>();
|
||||||
packetStream << (accountManager->isLoggedIn() ? QUuid() : FingerprintUtils::getMachineFingerprint());
|
packetStream << (accountManager->isLoggedIn() ? QUuid() : FingerprintUtils::getMachineFingerprint());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue