mirror of
https://github.com/lubosz/overte.git
synced 2025-08-08 03:48:38 +02:00
Ensure admins see PAL admin column
This commit is contained in:
parent
1ccf0da7d8
commit
a5c7324ec5
1 changed files with 2 additions and 2 deletions
|
@ -482,10 +482,10 @@ function populateNearbyUserList(selectData, oldAudioData) {
|
||||||
isPresent: true,
|
isPresent: true,
|
||||||
isReplicated: avatar.isReplicated
|
isReplicated: avatar.isReplicated
|
||||||
};
|
};
|
||||||
|
// Everyone needs to see admin status. Username and fingerprint returns default constructor output if the requesting user isn't an admin.
|
||||||
|
Users.requestUsernameFromID(id);
|
||||||
if (id) {
|
if (id) {
|
||||||
addAvatarNode(id); // No overlay for ourselves
|
addAvatarNode(id); // No overlay for ourselves
|
||||||
// Everyone needs to see admin status. Username and fingerprint returns default constructor output if the requesting user isn't an admin.
|
|
||||||
Users.requestUsernameFromID(id);
|
|
||||||
avatarsOfInterest[id] = true;
|
avatarsOfInterest[id] = true;
|
||||||
} else {
|
} else {
|
||||||
// Return our username from the Account API
|
// Return our username from the Account API
|
||||||
|
|
Loading…
Reference in a new issue