PlayerInteractEntityEvent fires twice per click

    • Type: Bug
    • Resolution: Duplicate
    • Priority: Minor
    • None
    • Affects Version/s: None
    • Environment:

      CraftBukkit version git-Spigot-1a196e1-09b4549 (MC: 1.9) (Implementing API version 1.9-R0.1-SNAPSHOT)

      public void onPlayerInteractEntity(PlayerInteractEntityEvent event)

      { System.out.println("Test"); }

      }

      Prints two "Test" per single right click.
      If this is by design then there needs to be another method besides event.getRightClicked(); maybe an event.getLeftClicked(); ?? or even an action enum like PlayerInteract?

            Assignee:
            Unassigned
            Reporter:
            arcwolf
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: