mirror of
https://github.com/mamoe/mirai.git
synced 2025-01-24 15:00:38 +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]
|
* 设置 [QQAndroidClient.uin]
|
||||||
*/
|
*/
|
||||||
private fun QQAndroidClient.analysisTlv113(t113: ByteArray) = t113.read {
|
private fun QQAndroidClient.analysisTlv113(t113: ByteArray) = t113.read {
|
||||||
uin = readUInt().toLong()
|
val uin = readUInt().toLong()
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// nothing to do
|
// nothing to do
|
||||||
|
Loading…
Reference in New Issue
Block a user