Browse Source

Fixed issue with RIGHT_CLICK_AIR & LEFT_CLICK_AIR not firing.

GJ 13 years ago
parent
commit
49bb7ecba9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/gmail/nossr50/listeners/mcPlayerListener.java

+ 1 - 1
src/main/java/com/gmail/nossr50/listeners/mcPlayerListener.java

@@ -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();