Use real avatar URL for verification rather than possible stolen-woody

This commit is contained in:
Simon Walton 2019-10-25 16:29:05 -07:00
parent f573f8e03b
commit 6bceba7300

View file

@ -76,8 +76,8 @@ void MixerAvatar::fetchAvatarFST() {
_pendingEvent = false;
QUrl avatarURL = getSkeletonModelURL();
if ((avatarURL.isEmpty() || avatarURL.isLocalFile() || avatarURL.scheme() == "qrc") && !isCertifyFailed()) {
QUrl avatarURL = _skeletonModelURL;
if (avatarURL.isEmpty() || avatarURL.isLocalFile() || avatarURL.scheme() == "qrc") {
// Not network FST.
return;
}