Skip to content

Commit

Permalink
Temporarily disable avatar object adding uuidTime() to their names
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve-KX-RL committed May 11, 2023
1 parent c7b172a commit bc85628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2516,7 +2516,7 @@ function objectWebServer() {
objectId += ('_' + utilities.uuidTime());
} else if (isAvatarObject) {
objectType = 'avatar';
objectId += utilities.uuidTime();
// objectId += utilities.uuidTime();
}

if (isHumanObject) {
Expand Down

0 comments on commit bc85628

Please sign in to comment.