Prevent sub emotes from updating when chat messages are disabled.

This commit is contained in:
sigonasr2 2017-11-21 21:01:18 -06:00
parent ab22cd6bae
commit c2ba56d85d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

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