Skip to content

Commit

Permalink
reverted recent addition, didn't actually work
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvman1 committed Aug 22, 2013
1 parent 0202d64 commit 9b7e28b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public void updateRepairOutput() {
}
workStack = stack2.copy();
}
} else if((stack1.itemID == Item.book.itemID || stack1.itemID == Item.enchantedBook.itemID) && (stack2.isItemEnchanted() || stack2.itemID == Item.enchantedBook.itemID)) {
} else if((stack1.itemID == Item.book.itemID || stack1.itemID == Item.enchantedBook.itemID) && stack2.isItemEnchanted()) {
//add first enchantment from item to book
Iterator<Map.Entry<Integer, Integer>> it = enchantments2.entrySet().iterator();
if(it.hasNext()) {
Expand Down

0 comments on commit 9b7e28b

Please sign in to comment.