mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Send High Fidelity user's visibility when users.js starts up
This commit is contained in:
parent
476ccadb38
commit
b2f3b47db9
1 changed files with 1 additions and 0 deletions
|
@ -1126,6 +1126,7 @@ var usersWindow = (function () {
|
|||
if (VISIBILITY_VALUES.indexOf(myVisibility) === -1) {
|
||||
myVisibility = VISIBILITY_FRIENDS;
|
||||
}
|
||||
GlobalServices.findableBy = myVisibility;
|
||||
|
||||
visibilityControl = new PopUpMenu({
|
||||
prompt: VISIBILITY_PROMPT,
|
||||
|
|
Loading…
Reference in a new issue