mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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 settingsRoot = "FloofChat";
|
||||
|
||||
var darlingGotoUrl = "http://metaverse.darlingvr.club:8081/goto.json";
|
||||
var gotoJSONUrl = Settings.getValue(settingsRoot + "/gotoJSONUrl", darlingGotoUrl);
|
||||
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});
|
||||
|
||||
|
|
Loading…
Reference in a new issue