Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-2015

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

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

              Created:
              Updated:
              Resolved: