mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-17 10:16:57 +00:00
4.11.0
* Added: Option to hide Community Gift Chest elements from chat. * Fixed: Users not seeing the reason they were timed out or banned from chat.
This commit is contained in:
parent
89d243a269
commit
ba1da9a774
3 changed files with 78 additions and 32 deletions
|
@ -665,7 +665,7 @@ export default class Badges extends Module {
|
|||
b = {};
|
||||
for(const data of badges) {
|
||||
const sid = data.setID,
|
||||
bs = b[sid] = b[sid] || {__game: /_\d+$/.test(sid)};
|
||||
bs = b[sid] = b[sid] || {__game: /_\d+$/.test(sid) && ! sid.includes('overwatch') };
|
||||
|
||||
this.twitch_badge_count++;
|
||||
bs[data.version] = data;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue