mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 03:22:27 +02:00
Fix for inadvertant comment
This was likely breaking the avatar override feature.
This commit is contained in:
parent
bcc058ba5f
commit
217e17b4ac
1 changed files with 0 additions and 3 deletions
|
@ -171,8 +171,6 @@ void ClientTraitsHandler::processTraitOverride(QSharedPointer<ReceivedMessage> m
|
|||
return;
|
||||
}
|
||||
|
||||
// AJT: DON'T CHECK THIS IN, disable model URL overrides.
|
||||
/*
|
||||
// only accept an override if this is for a trait type we override
|
||||
// and the version matches what we last sent for skeleton
|
||||
if (traitType == AvatarTraits::SkeletonModelURL
|
||||
|
@ -194,7 +192,6 @@ void ClientTraitsHandler::processTraitOverride(QSharedPointer<ReceivedMessage> m
|
|||
} else {
|
||||
message->seek(message->getPosition() + traitBinarySize);
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue