These books are too powerful!

This commit is contained in:
EvilSeph 2012-10-28 03:05:28 -04:00
parent 784f9e31a8
commit 11d65171cd

View file

@ -1407,7 +1407,7 @@ public class NetServerHandler extends NetHandler {
itemstack1 = this.player.inventory.getItemInHand();
if (itemstack != null && itemstack.id == Item.BOOK_AND_QUILL.id && itemstack.id == itemstack1.id) {
itemstack1.setTag(itemstack.getTag());
itemstack1.a("pages", itemstack.getTag().getList("pages")); // CraftBukkit
}
} catch (Exception exception) {
exception.printStackTrace();