diff --git a/interface/src/avatar/Profile.cpp b/interface/src/avatar/Profile.cpp index dfd06daa4a..2ea29b2cca 100644 --- a/interface/src/avatar/Profile.cpp +++ b/interface/src/avatar/Profile.cpp @@ -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])); } } }