mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
4.18.7
* Fixed: Clicking emotes in the FFZ Emote Menu. (Broken by a Twitch update.)
This commit is contained in:
parent
aedfcecc14
commit
40cae9f115
6 changed files with 57 additions and 7 deletions
|
@ -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 */ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue