mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 04:23:33 +02:00
code cleanup
This commit is contained in:
parent
ee190db5eb
commit
4c63ad1ac8
1 changed files with 4 additions and 4 deletions
|
@ -1424,8 +1424,8 @@ var PropertiesTool = function (opts) {
|
|||
selectionManager._update();
|
||||
} else if(data.type === 'saveUserData'){
|
||||
//the event bridge and json parsing handle our avatar id string differently.
|
||||
var actualID = data.id.split('"')[1]
|
||||
var success = Entities.editEntity(actualID, data.properties)
|
||||
var actualID = data.id.split('"')[1];
|
||||
Entities.editEntity(actualID, data.properties);
|
||||
} else if (data.type === "showMarketplace") {
|
||||
showMarketplace();
|
||||
} else if (data.type === "action") {
|
||||
|
|
Loading…
Reference in a new issue