diff --git a/html/src/app.js b/html/src/app.js
index 71b73349..4408a955 100644
--- a/html/src/app.js
+++ b/html/src/app.js
@@ -7546,6 +7546,12 @@ speechSynthesis.getVoices();
this.lastLocation.friendList.delete(ctx.displayName);
}
}
+ this.lastLocation.playerList.forEach((ref1) => {
+ if (ref1.userId && !API.cachedUsers.has(ref1.userId)) {
+ API.getUser({userId: ref1.userId});
+ }
+ });
+
this.updateVRLastLocation();
this.getCurrentInstanceUserList();
}