mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 13:13:02 +02:00
fix myVisibility typo
This commit is contained in:
parent
13222468e3
commit
6a17e328e8
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