Updates the var name and URL for the goto JSON for use in chat.

This commit is contained in:
Kasen IO 2020-02-26 14:24:06 -05:00
parent 6b4080b042
commit f240cb9f46

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://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});