diff --git a/luckydiamond/src/components/ChatComponent.vue b/luckydiamond/src/components/ChatComponent.vue index 9ad4b69..698b09c 100644 --- a/luckydiamond/src/components/ChatComponent.vue +++ b/luckydiamond/src/components/ChatComponent.vue @@ -102,6 +102,10 @@ export default { icon: imageUrl, }; + if (MsgUser.username === '🛠️ System') { + MsgUser.icon = 'https://avatar.spworlds.ru/face/55/CONSOLE' + } + this.array.push(MsgUser); }); this.ScrollToBottom();