mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-08 17:20:11 +08:00
loginpacket correction
This commit is contained in:
parent
7b12a541a2
commit
171bbfc861
@ -623,7 +623,7 @@ internal object LoginPacket : PacketFactory<LoginPacket.LoginPacketResponse>("wt
|
||||
* 设置 [QQAndroidClient.uin]
|
||||
*/
|
||||
private fun QQAndroidClient.analysisTlv113(t113: ByteArray) = t113.read {
|
||||
uin = readUInt().toLong()
|
||||
val uin = readUInt().toLong()
|
||||
|
||||
/*
|
||||
// nothing to do
|
||||
|
Loading…
Reference in New Issue
Block a user