mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 13:32:54 +02:00
Merge pull request #287 from FluffyJenkins/feature/chat
Made Gridchat muted by default
This commit is contained in:
commit
ffd70f138f
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ var settingsRoot = "FloofChat";
|
|||
var athenaGotoUrl = "https://metaverse.projectathena.io/interim/d-goto/app/goto.json";
|
||||
var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", athenaGotoUrl);
|
||||
|
||||
var muted = Settings.getValue(settingsRoot + "/muted", {"Local": false, "Domain": false, "Grid": false});
|
||||
var muted = Settings.getValue(settingsRoot + "/muted", {"Local": false, "Domain": false, "Grid": true});
|
||||
|
||||
var ws;
|
||||
var wsReady = false;
|
||||
|
|
Loading…
Reference in a new issue