mirror of
https://github.com/lubosz/overte.git
synced 2025-04-26 22:15:53 +02:00
I think this is all that must be done.
This commit is contained in:
parent
b796d8e484
commit
9ab643c416
1 changed files with 1 additions and 1 deletions
|
@ -1497,7 +1497,7 @@ QUrl AvatarData::cannonicalSkeletonModelURL(const QUrl& emptyURL) const {
|
|||
|
||||
void AvatarData::processAvatarIdentity(const Identity& identity, bool& identityChanged, bool& displayNameChanged) {
|
||||
|
||||
if (identity.updatedAt < _identityUpdatedAt) {
|
||||
if (identity.updatedAt < _identityUpdatedAt && !(DependencyManager::get<NodeList>()->getRequestsDomainListData())) {
|
||||
qCDebug(avatars) << "Ignoring late identity packet for avatar " << getSessionUUID()
|
||||
<< "identity.updatedAt:" << identity.updatedAt << "_identityUpdatedAt:" << _identityUpdatedAt;
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue