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

PrepareAnvilEvent fires 3 times

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Minor Minor
    • None
    • None
    • None

      As title states, the PrepareAnvilEvent fires 3 times. I asked in IRC if this is a known thing, and no one seemed to know, so I'm chalking this up as a bug.

      This can be recreated with a simple event that outputs to console and simply place items into and put items out of an anvil inventory:

          @EventHandler
          public void onPrepareAnvil(PrepareAnvilEvent event) {
              System.out.println("Test");
          }
      

            Unassigned Unassigned
            BillyGalbreath BillyGalbreath
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: