InventoryClickEvent.getAction() always returns PLACE_ALL

XMLWordPrintable

      Calling getAction() from InventoryClickEvent always returs InventoryAction.PLACE_ALL.

      Very easy to reproduce :

      @EventHandler
      public void onClick(final InventoryClickEvent e) {
           System.out.printl(e.getAction());
      }
      

            Assignee:
            Unassigned
            Reporter:
            ImAFlyingPancake
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: