Merge pull request #6244 from deathbeam/idle-notifier-fixes

Properly update last action times in Idle Notifier
This commit is contained in:
Tomas Slusny
2018-11-03 12:44:30 +01:00
committed by GitHub
2 changed files with 12 additions and 5 deletions

View File

@@ -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