mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
OnPlayerJoining icon
This commit is contained in:
@@ -856,6 +856,7 @@ speechSynthesis.getVoices();
|
|||||||
data: ctx.displayName,
|
data: ctx.displayName,
|
||||||
isFavorite: ctx.isFavorite,
|
isFavorite: ctx.isFavorite,
|
||||||
isFriend: ctx.isFriend,
|
isFriend: ctx.isFriend,
|
||||||
|
userId: ctx.userId,
|
||||||
type: 'OnPlayerJoining'
|
type: 'OnPlayerJoining'
|
||||||
};
|
};
|
||||||
feeds.splice(i, 0, onPlayerJoining);
|
feeds.splice(i, 0, onPlayerJoining);
|
||||||
|
|||||||
Reference in New Issue
Block a user