From f240cb9f46c792c48f9c012f532f74963926b98a Mon Sep 17 00:00:00 2001 From: Kasen IO Date: Wed, 26 Feb 2020 14:24:06 -0500 Subject: [PATCH] Updates the var name and URL for the goto JSON for use in chat. --- scripts/communityModules/chat/FloofChat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/communityModules/chat/FloofChat.js b/scripts/communityModules/chat/FloofChat.js index 85bc9b42ce..7ed24624c9 100644 --- a/scripts/communityModules/chat/FloofChat.js +++ b/scripts/communityModules/chat/FloofChat.js @@ -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});