3
0

Forward bukkit's CraftPlayer during cloning player

Fix #318
This commit is contained in:
Sergey Shatunov
2016-02-01 22:45:16 +07:00
parent 07698c433a
commit 0d3b4e763c
3 changed files with 19 additions and 8 deletions

View File

@ -1795,7 +1795,7 @@
{
packetbuffer = new PacketBuffer(Unpooled.wrappedBuffer(p_147349_1_.func_149558_e()));
@@ -1093,16 +2398,18 @@
{
if (itemstack.getItem() == Items.writable_book && itemstack.getItem() == itemstack1.getItem())
{
- itemstack1.setTagInfo("pages", itemstack.getTagCompound().getTagList("pages", 8));
@ -1818,7 +1818,7 @@
finally
{
@@ -1135,19 +2442,18 @@
{
if (itemstack.getItem() == Items.written_book && itemstack1.getItem() == Items.writable_book)
{
- itemstack1.setTagInfo("author", new NBTTagString(this.playerEntity.getCommandSenderName()));