mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-25 00:27:45 +02:00
remove invalid.com url
This commit is contained in:
parent
eb8a6527c6
commit
0474be59c9
1 changed files with 1 additions and 1 deletions
|
@ -1020,7 +1020,7 @@ QByteArray AvatarData::identityByteArray() {
|
|||
QUrl emptyURL("");
|
||||
const QUrl& urlToSend = (_skeletonModelURL == AvatarData::defaultFullAvatarModelUrl()) ? emptyURL : _skeletonModelURL;
|
||||
|
||||
QUrl unusedModelURL("http://invalid.com"); // legacy faceModel support
|
||||
QUrl unusedModelURL; // legacy faceModel support
|
||||
|
||||
identityStream << QUuid() << unusedModelURL << urlToSend << _attachmentData << _displayName;
|
||||
|
||||
|
|
Loading…
Reference in a new issue