1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00
* Fixed: Clicking emotes in the FFZ Emote Menu. (Broken by a Twitch update.)
This commit is contained in:
SirStendec 2020-03-05 18:21:11 -05:00
parent aedfcecc14
commit 40cae9f115
6 changed files with 57 additions and 7 deletions

View file

@ -542,7 +542,7 @@ export default class Emotes extends Module {
async loadGlobalSets(tries = 0) {
let response, data;
if ( this.experiments.getAssignment('api_load') )
if ( this.experiments.getAssignment('api_load') && tries < 1 )
try {
fetch(`${NEW_API}/v1/set/global`).catch(() => {});
} catch(err) { /* do nothing */ }