Commit 876a9c7e authored by Him188's avatar Him188

Log names rather than ids

parent 749bab12
...@@ -286,7 +286,7 @@ internal class TIMBotNetworkHandler internal constructor(coroutineContext: Corou ...@@ -286,7 +286,7 @@ internal class TIMBotNetworkHandler internal constructor(coroutineContext: Corou
it::class.annotations.filterIsInstance<NoLog>().any() it::class.annotations.filterIsInstance<NoLog>().any()
} }
}?.let { }?.let {
bot.logger.verbose("Packet sent: ${it.packetId}") bot.logger.verbose("Packet sent: ${it.name}")
} }
PacketSentEvent(bot, packet).broadcast() PacketSentEvent(bot, packet).broadcast()
......
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