mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-30 04:02:50 +01:00
These books are too powerful!
This commit is contained in:
parent
784f9e31a8
commit
11d65171cd
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue