Commit f257f610 authored by liujiahua123123's avatar liujiahua123123

change robot structure

parent f7541c19
...@@ -137,7 +137,7 @@ class ServerFriendMessageEventPacket(input: DataInputStream, packetId: ByteArray ...@@ -137,7 +137,7 @@ class ServerFriendMessageEventPacket(input: DataInputStream, packetId: ByteArray
@ExperimentalUnsignedTypes @ExperimentalUnsignedTypes
override fun decode() { override fun decode() {
//start at Sep1.0:27 //start at Sep1.0:27
qq = input.readInt() qq = input.readInt(0)
val msgLength = input.readShort(22) val msgLength = input.readShort(22)
val fontLength = input.readShort(93+msgLength) val fontLength = input.readShort(93+msgLength)
val offset = msgLength+fontLength val offset = msgLength+fontLength
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment