1
0
mirror of https://github.com/mamoe/mirai.git synced 2025-04-11 20:11:29 +08:00
This commit is contained in:
Him188 2020-02-04 12:03:16 +08:00
parent 15d89f2bd1
commit e21ec9ed50

View File

@ -169,7 +169,7 @@ internal object KnownPacketFactories {
PacketLogger.verbose("包类型(flag2) = $flag2. (可能是 ${if (flag2 == 2) "OicqRequest" else "Uni"})")
val flag3 = readByte().toInt()
check(flag3 == 0) { "Illegal flag3. Expected 0, got $flag3" }
check(flag3 == 0) { "Illegal flag3. Expected 0, whereas got $flag3. flag1=$flag1, flag2=$flag2" }
readString(readInt() - 4)// uinAccount