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

dev
sigonasr2 8 years ago
parent 92c381c01d
commit 37e27213a7
  1. BIN
      sigIRCv2.jar
  2. 2
      src/sig/UpdateEvent.java

Binary file not shown.

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

Loading…
Cancel
Save