Commit 1a56235c authored by Him188's avatar Him188

Remove redundant function override

parent 5b488bae
......@@ -87,8 +87,5 @@ object UnknownPacketFactory : SessionPacketFactory<UnknownPacket>() {
}
object IgnoredPacketFactory : SessionPacketFactory<IgnoredPacket>() {
override suspend fun BotNetworkHandler<*>.handlePacket(packet: IgnoredPacket) {
}
override suspend fun ByteReadPacket.decode(id: PacketId, sequenceId: UShort, handler: BotNetworkHandler<*>): IgnoredPacket = IgnoredPacket(id)
}
\ No newline at end of file
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