Merge pull request #802 from deathbeam/fix-idle-notifier-again
Make idle notifier work for splashing/missing
This commit is contained in:
@@ -357,8 +357,7 @@ public class IdleNotifierPlugin extends Plugin
|
||||
|
||||
if (opponent != null
|
||||
&& !isPlayer
|
||||
&& opponent.getCombatLevel() > 0
|
||||
&& opponent.getHealth() != -1)
|
||||
&& opponent.getCombatLevel() > 0)
|
||||
{
|
||||
resetTimers();
|
||||
lastOpponent = opponent;
|
||||
|
||||
Reference in New Issue
Block a user