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) {