mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
update pal
This commit is contained in:
parent
3adc78fecc
commit
70af96669c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ function populateUserList() {
|
|||
AvatarList.getAvatarIdentifiers().sort().forEach(function (id) { // sorting the identifiers is just an aid for debugging
|
||||
var avatar = AvatarList.getAvatar(id);
|
||||
var avatarPalDatum = {
|
||||
displayName: avatar.displayName || ('anonymous ' + counter++),
|
||||
displayName: avatar.sessionDisplayName,
|
||||
userName: "fakeAcct" + (id || "Me"),
|
||||
sessionId: id || ''
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue