Improve responsiveness of fishing idle notification (#6457)

Move fishing idle notification from animation-based to interaction based to enhance the responsiveness of it.
This commit is contained in:
Twiglet1022
2018-11-25 13:12:40 +00:00
committed by Tomas Slusny
parent 42542ddad9
commit c4bea02599
3 changed files with 31 additions and 23 deletions

View File

@@ -106,7 +106,7 @@ public class IdleNotifierPluginTest
// Mock config
when(config.logoutIdle()).thenReturn(true);
when(config.animationIdle()).thenReturn(true);
when(config.combatIdle()).thenReturn(true);
when(config.interactionIdle()).thenReturn(true);
when(config.getIdleNotificationDelay()).thenReturn(0);
when(config.getHitpointsThreshold()).thenReturn(42);
when(config.getPrayerThreshold()).thenReturn(42);