mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Use real avatar URL for verification rather than possible stolen-woody
This commit is contained in:
parent
f573f8e03b
commit
6bceba7300
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue