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:
kasenvr 2020-03-09 15:18:38 -04:00 committed by GitHub
commit db0bcb9b19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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});