Merge remote-tracking branch 'origin/master'

This commit is contained in:
Him188 2020-03-08 14:12:29 +08:00
commit 7c3a2d8e13

View File

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