mirror of
https://github.com/mamoe/mirai.git
synced 2025-02-02 12:50:16 +08:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
7c3a2d8e13
@ -355,7 +355,7 @@ internal class WtLogin {
|
|||||||
val otherInfo: String = readUShortLVString()
|
val otherInfo: String = readUShortLVString()
|
||||||
|
|
||||||
LoginPacketResponse.Error(title, content, otherInfo)
|
LoginPacketResponse.Error(title, content, otherInfo)
|
||||||
} ?: tlvMap[0x146]?.toReadPacket()?.run {
|
} ?: tlvMap[0x146]?.read {
|
||||||
discardExact(2) // ver
|
discardExact(2) // ver
|
||||||
discardExact(2) // code
|
discardExact(2) // code
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user