mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 00:13:53 +02:00
Remove proxy line
This commit is contained in:
parent
5f4903f884
commit
5a5aa2f5b9
1 changed files with 0 additions and 1 deletions
|
@ -2448,7 +2448,6 @@ void AvatarData::fromJson(const QJsonObject& json, bool useFrameSkeleton) {
|
|||
if (attachmentJson.isObject()) {
|
||||
QVariantMap entityData = attachmentJson.toObject().toVariantMap();
|
||||
QUuid entityID = entityData.value("id").toUuid();
|
||||
auto ds = QByteArray::fromBase64(entityData.value("properties").toString().toUtf8());
|
||||
QByteArray properties = QByteArray::fromBase64(entityData.value("properties").toByteArray());
|
||||
updateAvatarEntity(entityID, properties);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue