Merge pull request #802 from deathbeam/fix-idle-notifier-again

Make idle notifier work for splashing/missing
This commit is contained in:
Adam
2018-03-04 11:36:07 -05:00
committed by GitHub

View File

@@ -357,8 +357,7 @@ public class IdleNotifierPlugin extends Plugin
if (opponent != null if (opponent != null
&& !isPlayer && !isPlayer
&& opponent.getCombatLevel() > 0 && opponent.getCombatLevel() > 0)
&& opponent.getHealth() != -1)
{ {
resetTimers(); resetTimers();
lastOpponent = opponent; lastOpponent = opponent;