From a917fde91857d571a460d54595fcf6aed495f66a Mon Sep 17 00:00:00 2001 From: Natsumi Date: Tue, 9 Feb 2021 07:09:31 +1300 Subject: [PATCH] OnPlayerJoining icon --- html/src/vr.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/src/vr.js b/html/src/vr.js index 1aff3fa9..596d64e2 100644 --- a/html/src/vr.js +++ b/html/src/vr.js @@ -856,6 +856,7 @@ speechSynthesis.getVoices(); data: ctx.displayName, isFavorite: ctx.isFavorite, isFriend: ctx.isFriend, + userId: ctx.userId, type: 'OnPlayerJoining' }; feeds.splice(i, 0, onPlayerJoining);