Commit b50f3e4d authored by Him188's avatar Him188

Advance info

parent f3ec99e5
......@@ -201,11 +201,11 @@ internal class QQAndroidBotNetworkHandler(bot: QQAndroidBot) : BotNetworkHandler
if (packet is Cancellable && packet.cancelled) return
}
bot.logger.info(packet)
packetFactory?.run {
bot.handle(packet)
}
bot.logger.info(packet)
}
/**
......
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