diff --git a/scripts/communityModules/chat/FloofChat.js b/scripts/communityModules/chat/FloofChat.js index 85bc9b42ce..04fb7cce46 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://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});