From 4701e767b69701aa14821f6593bda4aa50132b99 Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Fri, 3 Mar 2017 23:59:07 -0800 Subject: [PATCH] Another fix for the new emote code --- www/js/util.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/js/util.js b/www/js/util.js index 75c9d04f..751efdc1 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -2673,8 +2673,7 @@ function execEmotes(msg) { } if (CyTube.featureFlag && CyTube.featureFlag.efficientEmotes) { - execEmotesEfficient(msg); - return; + return execEmotesEfficient(msg); } CHANNEL.emotes.forEach(function (e) {