mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 21:33:00 +02:00
oops damn space
This commit is contained in:
parent
e119c38748
commit
4b40633104
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ void EntityEditPacketSender::queueEditAvatarEntityMessage(PacketType type,
|
|||
|
||||
// the ID of the parent/avatar changes from session to session. use a special UUID to indicate the avatar
|
||||
QJsonObject jsonObject = jsonProperties.object();
|
||||
if(jsonObject.contains("parentID")) {
|
||||
if (jsonObject.contains("parentID")) {
|
||||
if (QUuid(jsonObject["parentID"].toString()) == _myAvatar->getID()) {
|
||||
jsonObject["parentID"] = AVATAR_SELF_ID.toString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue