mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
Updates the var name and URL for the goto JSON for use in chat.
This commit is contained in:
parent
6b4080b042
commit
f240cb9f46
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ var visible = false;
|
|||
var historyVisible = false;
|
||||
var settingsRoot = "FloofChat";
|
||||
|
||||
var darlingGotoUrl = "http://metaverse.darlingvr.club:8081/goto.json";
|
||||
var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", darlingGotoUrl);
|
||||
var athenaGotoUrl = "https://staging-metaverse.projectathena.io/d-goto/app/goto.json";
|
||||
var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", athenaGotoUrl);
|
||||
|
||||
var muted = Settings.getValue(settingsRoot + "/muted", {"Local": false, "Domain": false, "Grid": false});
|
||||
|
||||
|
|
Loading…
Reference in a new issue