Another fix for the new emote code

This commit is contained in:
Calvin Montgomery 2017-03-03 23:59:07 -08:00
parent d65cf1beef
commit 4701e767b6
1 changed files with 1 additions and 2 deletions

View File

@ -2673,8 +2673,7 @@ function execEmotes(msg) {
}
if (CyTube.featureFlag && CyTube.featureFlag.efficientEmotes) {
execEmotesEfficient(msg);
return;
return execEmotesEfficient(msg);
}
CHANNEL.emotes.forEach(function (e) {