mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-13 23:00:14 +08:00
Updated readme
This commit is contained in:
parent
3549e666c5
commit
95b0d3b907
@ -225,7 +225,7 @@ class ServerFriendMessageEventPacket(input: DataInputStream, packetId: ByteArray
|
||||
|
||||
val id1 = FaceID.ofId(readShortVarNumber().toInt())//可能这个是id, 也可能下面那个
|
||||
this.skip(this.readByte().toLong())
|
||||
val id2 = this.readShortVarNumber()//某id?
|
||||
this.readShortVarNumber()//某id?
|
||||
return Face(id1)
|
||||
}
|
||||
0x06 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user