Remove autojoin due to limits
This commit is contained in:
parent
5e2ef11cc9
commit
40345b7cdd
|
@ -1079,12 +1079,6 @@ SettingsPanel.prototype.init = function () {
|
||||||
voiceMode.enable();
|
voiceMode.enable();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (settingsCookie["bda-jd"]) {
|
|
||||||
opublicServers.joinServer("0Tmfo5ZbORCRqbAd");
|
|
||||||
settingsCookie["bda-jd"] = false;
|
|
||||||
mainCore.saveSettings();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (settingsCookie["bda-es-6"]) {
|
if (settingsCookie["bda-es-6"]) {
|
||||||
//Pretty emote titles
|
//Pretty emote titles
|
||||||
emoteNamePopup = $("<div class='tipsy tipsy-se' style='display: block; top: 82px; left: 1630.5px; visibility: visible; opacity: 0.8;'><div class='tipsy-inner'></div></div>");
|
emoteNamePopup = $("<div class='tipsy tipsy-se' style='display: block; top: 82px; left: 1630.5px; visibility: visible; opacity: 0.8;'><div class='tipsy-inner'></div></div>");
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue