Commit 1ae688a0 authored by Him188's avatar Him188

Fix build

parent 346f7e53
...@@ -89,8 +89,7 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler ...@@ -89,8 +89,7 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler
is LoginPacket.LoginPacketResponse.DeviceLockLogin -> { is LoginPacket.LoginPacketResponse.DeviceLockLogin -> {
response = LoginPacket.SubCommand20( response = LoginPacket.SubCommand20(
bot.client, bot.client,
response.t402, response.t402
response.t403
).sendAndExpect() ).sendAndExpect()
continue@mainloop continue@mainloop
} }
......
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