mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Merge pull request #1633 from birarda/master
fix for NodeList UUID not updating
This commit is contained in:
commit
3a9dc667db
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ void Profile::processDataServerResponse(const QString& userString, const QString
|
|||
|
||||
} else if (keyList[i] == DataServerKey::UUID) {
|
||||
// this is the user's UUID - set it on the profile
|
||||
_uuid = QUuid(valueList[i]);
|
||||
setUUID(QUuid(valueList[i]));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue