Added another null check. Hoping to resolve the crash soon.

This commit is contained in:
sigonasr2 2017-08-19 19:09:04 -05:00
parent 92c381c01d
commit 37e27213a7
2 changed files with 4 additions and 2 deletions

Binary file not shown.

View File

@ -13,9 +13,11 @@ public class UpdateEvent implements ActionListener{
@Override
public void actionPerformed(ActionEvent ev) {
if (ev!=null) {
UpdateScrollingText();
UpdateAuthenticationCountdownMessage();
}
}
private void UpdateAuthenticationCountdownMessage() {
if (sigIRC.downloadsComplete) {