diff --git a/html/src/app.js b/html/src/app.js index 8c4b51c8..138f1cc5 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -7733,6 +7733,11 @@ speechSynthesis.getVoices(); API.getUser(args.params); } this.getAvatarName(args); + if (D.ref.$location.worldId) { + API.getWorld({ + worldId: D.ref.$location.worldId + }); + } } return args; });