1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-08 15:20:55 +00:00
* Fixed: Issue rendering Twitch badges for some users.
* Fixed: The FFZ Emote Menu icon not replacing the default emote menu icon.
This commit is contained in:
SirStendec 2021-07-27 22:51:04 -04:00
parent e63157a412
commit c8bb667c53
5 changed files with 9 additions and 10 deletions

View file

@ -446,9 +446,7 @@ export default class Room {
__cat: getBadgeCategory(sid)
};
fixBadgeData(data);
bs[data.version] = data;
bs[data.version] = fixBadgeData(data);
this.badge_count++;
}