Skip to content

Commit

Permalink
missed a ')'
Browse files Browse the repository at this point in the history
  • Loading branch information
Fortifier42 committed Jul 19, 2015
1 parent 673d4bd commit 0359389
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1179,7 +1179,7 @@ public String getAttribute(Attribute attribute) {
int attribs = 1;
int qty = 1;

dInventory dummyInv = new dInventory(Bukkit.createInventory(inventory.getHolder(), inventory.getType());
dInventory dummyInv = new dInventory(Bukkit.createInventory(inventory.getHolder(), inventory.getType()));
dummyInv.setContents(getContents());
dItem item = dItem.valueOf(attribute.getContext(1));
if (item == null) return null;
Expand Down

0 comments on commit 0359389

Please sign in to comment.