mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #9978 from Triplelexx/fix-tablet-users-typo
fix myVisibility typo
This commit is contained in:
commit
90db9af2f9
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
} else {
|
||||
// default to friends if it can't be determined
|
||||
myVisibility = "friends";
|
||||
GlobalServices.findableBy = myVisibilty;
|
||||
GlobalServices.findableBy = myVisibility;
|
||||
}
|
||||
|
||||
var tablet = Tablet.getTablet("com.highfidelity.interface.tablet.system");
|
||||
|
|
Loading…
Reference in a new issue