Skip to content

Commit

Permalink
spamming npe fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeebiss committed Apr 3, 2013
1 parent a9817e1 commit 991c0d0
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -43,6 +43,10 @@ public void run() {
return;
}

if (effectType == null) {
effectType = EffectType.NONE;
}

if (tempcounter > 20) {
dB.log("current effect: " + effectType.name());
}
Expand Down

0 comments on commit 991c0d0

Please sign in to comment.