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
|
if (opponent != null
|
||||||
&& !isPlayer
|
&& !isPlayer
|
||||||
&& opponent.getCombatLevel() > 0
|
&& opponent.getCombatLevel() > 0)
|
||||||
&& opponent.getHealth() != -1)
|
|
||||||
{
|
{
|
||||||
resetTimers();
|
resetTimers();
|
||||||
lastOpponent = opponent;
|
lastOpponent = opponent;
|
||||||
|
|||||||
Reference in New Issue
Block a user