Removed stacking buffers.
This commit is contained in:
parent
7fb679e7f5
commit
2781bb3000
@ -199,6 +199,7 @@ public class CustomTagFix extends MiniPlugin implements IPacketHandler
|
||||
exception.printStackTrace();
|
||||
}
|
||||
}
|
||||
/*
|
||||
else if (packet instanceof PacketPlayOutAttachEntity)
|
||||
{
|
||||
PacketPlayOutAttachEntity attachPacket = (PacketPlayOutAttachEntity)packet;
|
||||
@ -227,7 +228,8 @@ public class CustomTagFix extends MiniPlugin implements IPacketHandler
|
||||
_entityMap.get(owner).remove(attachPacket.c);
|
||||
}
|
||||
else
|
||||
*/
|
||||
*/
|
||||
/*
|
||||
//System.out.println(owner.getName() + " id=" + owner.getEntityId() + " recieving AttachPacket b=" + attachPacket.b + " c=" + attachPacket.c);
|
||||
if (attachPacket.c == -1 && _entityMap.get(owner).containsKey(attachPacket.b))
|
||||
{
|
||||
@ -332,6 +334,7 @@ public class CustomTagFix extends MiniPlugin implements IPacketHandler
|
||||
_entityMap.get(owner).put(attachPacket.b, armorPacket.a);
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user