1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-03 22:24:43 +02:00

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

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