loginpacket correction

This commit is contained in:
jiahua.liu 2020-01-29 20:18:52 +08:00
parent 7b12a541a2
commit 171bbfc861

View File

@ -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