mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
Merge pull request #184 from kasenvr/fix/chat-goto-json
Updates the var name and URL for the goto JSON for use in chat
This commit is contained in:
commit
db0bcb9b19
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ var visible = false;
|
||||||
var historyVisible = false;
|
var historyVisible = false;
|
||||||
var settingsRoot = "FloofChat";
|
var settingsRoot = "FloofChat";
|
||||||
|
|
||||||
var darlingGotoUrl = "http://metaverse.darlingvr.club:8081/goto.json";
|
var athenaGotoUrl = "https://metaverse.projectathena.io/interim/d-goto/app/goto.json";
|
||||||
var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", darlingGotoUrl);
|
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": false});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue