Merge pull request #4 from islandempty/main

fix[net]: 修改附加包bug
This commit is contained in:
jaysunxiao
2021-07-14 10:58:25 +08:00
committed by GitHub
@@ -40,7 +40,7 @@ public enum PacketAttachmentType {
/**
* udp消息的附加包
*/
UDP_PACKET((byte) 3, NoAnswerAttachment.class),
UDP_PACKET((byte) 3, UdpPacketAttachment.class),
/**
* 无返回消息的附加包