Add NoLog to EventPacketFactory

This commit is contained in:
Him188 2019-11-08 20:11:27 +08:00
parent a4ea0772e6
commit 553283ef7d

View File

@ -39,6 +39,7 @@ fun matchEventPacketFactory(value: UShort): EventParserAndHandler<*> =
/**
* 事件包, 它将会分析事件 ID 并解析事件为 [Packet]
*/
@NoLog
@Suppress("FunctionName")
object EventPacketFactory : PacketFactory<Packet, SessionKey>(SessionKey) {
override suspend fun ByteReadPacket.decode(id: PacketId, sequenceId: UShort, handler: BotNetworkHandler<*>): Packet {