Fixed issue with RIGHT_CLICK_AIR & LEFT_CLICK_AIR not firing.

This commit is contained in:
GJ 2012-03-19 23:03:48 -04:00
parent 99e58039a2
commit 49bb7ecba9

View File

@ -181,7 +181,7 @@ public class mcPlayerListener implements Listener {
* *
* @param event The event to watch * @param event The event to watch
*/ */
@EventHandler(priority = EventPriority.LOW, ignoreCancelled = true) @EventHandler(priority = EventPriority.LOW)
public void onPlayerInteract(PlayerInteractEvent event) { public void onPlayerInteract(PlayerInteractEvent event) {
Player player = event.getPlayer(); Player player = event.getPlayer();