Commit 171bbfc8 authored by jiahua.liu's avatar jiahua.liu

loginpacket correction

parent 7b12a541
......@@ -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
......
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