OnPlayerJoining icon

This commit is contained in:
Natsumi
2021-02-09 07:09:31 +13:00
parent a54c608925
commit a917fde918

View File

@@ -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);