mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Updates and fixes
This commit is contained in:
@@ -564,7 +564,7 @@ Vue.component('marquee-text', MarqueeText);
|
||||
};
|
||||
|
||||
$app.methods.addEntryHudFeed = function (json) {
|
||||
var {displayName, text, color} = JSON.parse(json);
|
||||
var {displayName, text, color, avatar, inCache} = JSON.parse(json);
|
||||
var combo = 1;
|
||||
this.hudFeed.forEach((item) => {
|
||||
if (item.displayName === displayName && item.text === text) {
|
||||
@@ -577,7 +577,9 @@ Vue.component('marquee-text', MarqueeText);
|
||||
displayName,
|
||||
text,
|
||||
combo,
|
||||
color
|
||||
color,
|
||||
avatar,
|
||||
inCache
|
||||
});
|
||||
this.cleanHudFeed();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user