diff --git a/scripts/defaultScripts.js b/scripts/defaultScripts.js index 82b228008f..836f99fbc7 100644 --- a/scripts/defaultScripts.js +++ b/scripts/defaultScripts.js @@ -7,6 +7,7 @@ // // Copyright 2014 High Fidelity, Inc. // Copyright 2020 Vircadia contributors. +// Copyright 2022 Overte contributors. // // Distributed under the Apache License, Version 2.0. // See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html @@ -38,14 +39,14 @@ var DEFAULT_SCRIPTS_COMBINED = [ "system/checkForUpdates.js", "system/onEscape.js", "system/onFirstRun.js", - "system/appreciate/appreciate_app.js" + "system/appreciate/appreciate_app.js", + "system/places/places.js" ]; var DEFAULT_SCRIPTS_SEPARATE = [ "system/controllers/controllerScripts.js", "communityScripts/notificationCore/notificationCore.js", "simplifiedUI/ui/simplifiedNametag/simplifiedNametag.js", {"stable": "system/more/app-more.js", "beta": "https://cdn.vircadia.com/community-apps/more/app-more.js"}, - {"stable": "communityScripts/explore/explore.js", "beta": "https://metaverse.vircadia.com/interim/d-goto/app/explore.js"}, {"stable": "communityScripts/chat/FloofChat.js", "beta": "https://content.fluffy.ws/scripts/chat/FloofChat.js"} //"system/chat.js" ];