Temporarily disable emote system

This commit is contained in:
Zack Rauen 2019-04-19 19:59:54 -04:00
parent c761338f16
commit 3350193221
2 changed files with 4 additions and 3 deletions

View File

@ -182,7 +182,7 @@ window.bdPluginStorage = class bdPluginStorage {
var settingsPanel, emoteModule, quickEmoteMenu, voiceMode, pluginModule, themeModule, dMode, publicServersModule;
var minSupportedVersion = "0.3.0";
var bbdVersion = "0.2.7";
var bbdVersion = "0.2.8";
var mainCore;
@ -646,6 +646,7 @@ function EmoteModule() {
}
EmoteModule.prototype.init = async function () {
return;
this.modifiers = ["flip", "spin", "pulse", "spin2", "spin3", "1spin", "2spin", "3spin", "tr", "bl", "br", "shake", "shake2", "shake3", "flap"];
this.overrides = ["twitch", "bttv", "ffz"];

4
js/main.min.js vendored

File diff suppressed because one or more lines are too long