Prevent sub emotes from updating when chat messages are disabled.
This commit is contained in:
parent
ab22cd6bae
commit
c2ba56d85d
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -33,6 +33,7 @@ public class UpdateEvent implements ActionListener{
|
|||||||
|
|
||||||
private void UpdateSubEmoticons() {
|
private void UpdateSubEmoticons() {
|
||||||
if (!sigIRC.downloadedSubEmotes &&
|
if (!sigIRC.downloadedSubEmotes &&
|
||||||
|
sigIRC.disableChatMessages &&
|
||||||
sigIRC.subchannelCount==sigIRC.subchannelIds.size()) {
|
sigIRC.subchannelCount==sigIRC.subchannelIds.size()) {
|
||||||
Thread downloadThread = new Thread(){
|
Thread downloadThread = new Thread(){
|
||||||
public void run() {
|
public void run() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user