Skip to content

Commit

Permalink
fix entertaining typo, fixes #1498
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Nov 20, 2016
1 parent 9d6873d commit 9a850da
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public static ItemStack addAttribute(ItemStack itemStack, String attr, String sl
if (compoundTag.getValue().containsKey(KEY_ATTRIBUTES)) {
List<Tag> temp = (List<Tag>) compoundTag.getValue().get(KEY_ATTRIBUTES).getValue();
for (Tag tag : temp) {
attribs.add((CompoundTag) temp);
attribs.add((CompoundTag) tag);
}
}

Expand Down

0 comments on commit 9a850da

Please sign in to comment.