change robot structure

This commit is contained in:
liujiahua123123 2019-09-01 00:58:39 +08:00
parent f7541c1934
commit f257f610fc

View File

@ -137,7 +137,7 @@ class ServerFriendMessageEventPacket(input: DataInputStream, packetId: ByteArray
@ExperimentalUnsignedTypes
override fun decode() {
//start at Sep1.0:27
qq = input.readInt()
qq = input.readInt(0)
val msgLength = input.readShort(22)
val fontLength = input.readShort(93+msgLength)
val offset = msgLength+fontLength