Skip to content

Commit

Permalink
Fix inventory click event item
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Oct 26, 2015
1 parent f7e6e03 commit aee7717
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -278,7 +278,7 @@ public void inventoryClickEvent(InventoryClickEvent event) {
// TODO: make this a script event...

Map<String, dObject> context = new HashMap<String, dObject>();
dItem item = null;
dItem item = new dItem(Material.AIR);
dItem holding;

dInventory inventory = dInventory.mirrorBukkitInventory(event.getInventory());
Expand Down

0 comments on commit aee7717

Please sign in to comment.