mirror of https://github.com/calzoneman/sync.git
Another fix for the new emote code
This commit is contained in:
parent
d65cf1beef
commit
4701e767b6
|
@ -2673,8 +2673,7 @@ function execEmotes(msg) {
|
|||
}
|
||||
|
||||
if (CyTube.featureFlag && CyTube.featureFlag.efficientEmotes) {
|
||||
execEmotesEfficient(msg);
|
||||
return;
|
||||
return execEmotesEfficient(msg);
|
||||
}
|
||||
|
||||
CHANNEL.emotes.forEach(function (e) {
|
||||
|
|
Loading…
Reference in New Issue