Don't think we need animation event anymore.

This commit is contained in:
KHobbits 2012-03-02 16:29:06 +00:00
parent b090afbeb3
commit 622ca4bf8a

View file

@ -277,13 +277,6 @@ public class EssentialsPlayerListener implements Listener
}
}
@EventHandler(priority = EventPriority.NORMAL)
public void onPlayerAnimation(final PlayerAnimationEvent event)
{
final User user = ess.getUser(event.getPlayer());
user.updateActivity(true);
}
@EventHandler(priority = EventPriority.MONITOR)
public void onPlayerCommandPreprocess(final PlayerCommandPreprocessEvent event)
{