Skip to content

Commit

Permalink
fix item move event bork
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 16, 2020
1 parent 0400beb commit da8720e
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -118,6 +118,7 @@ else if (name.equals("item")) {

@EventHandler
public void onInventoryMoveItemEvent(InventoryMoveItemEvent event) {
this.event = event;
origin = InventoryTag.mirrorBukkitInventory(event.getSource());
destination = InventoryTag.mirrorBukkitInventory(event.getDestination());
item = new ItemTag(event.getItem());
Expand Down

0 comments on commit da8720e

Please sign in to comment.