Merge pull request #6244 from deathbeam/idle-notifier-fixes
Properly update last action times in Idle Notifier
This commit is contained in:
@@ -155,7 +155,6 @@ public class IdleNotifierPluginTest
|
||||
AnimationChanged animationChanged = new AnimationChanged();
|
||||
animationChanged.setActor(player);
|
||||
plugin.onAnimationChanged(animationChanged);
|
||||
plugin.onInteractingChanged(new InteractingChanged(player, monster));
|
||||
plugin.onGameTick(new GameTick());
|
||||
|
||||
// Logout
|
||||
|
||||
Reference in New Issue
Block a user