Advance info

This commit is contained in:
Him188 2020-01-29 19:54:01 +08:00
parent f3ec99e560
commit b50f3e4d16

View File

@ -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)
}
/**