mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 21:12:40 +02:00
Adjust the default value for maturity
Adjust the default value for maturity
This commit is contained in:
parent
6bd09409ce
commit
7979366978
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
var SETTING_METAVERSE_TO_FETCH = "placesAppMetaverseToFetch";
|
||||
var SETTING_PINNED_METAVERSE = "placesAppPinnedMetaverse";
|
||||
var SETTING_MATURITY_FILTER = "placesAppMaturityFilter";
|
||||
var DEFAULT_MATURITY = ["teen", "everyone"]; //["adult", "mature", "teen", "everyone", "unrated"];
|
||||
var DEFAULT_MATURITY = ["adult", "mature", "teen", "everyone", "unrated"];
|
||||
var REQUEST_TIMEOUT = 10000; //10 seconds
|
||||
|
||||
var httpRequest = null;
|
||||
|
|
Loading…
Reference in a new issue