diff --git a/mirai-debug/src/main/kotlin/hex/HexComparator.kt b/mirai-debug/src/main/kotlin/hex/HexComparator.kt index dd826fe32..7076f26a3 100644 --- a/mirai-debug/src/main/kotlin/hex/HexComparator.kt +++ b/mirai-debug/src/main/kotlin/hex/HexComparator.kt @@ -3,7 +3,6 @@ package hex import kotlinx.io.core.toByteArray -import net.mamoe.mirai.timpc.network.TIMProtocol import net.mamoe.mirai.utils.MiraiInternalAPI import net.mamoe.mirai.utils.io.hexToBytes import net.mamoe.mirai.utils.io.read @@ -43,7 +42,7 @@ data class NamedHexElement( private fun LinkedHashSet.initConstFileds() { listOf( TestConsts, - TIMProtocol, + //TIMProtocol, PacketIds ).forEach { obj -> obj::class.members.filterIsInstance>().forEach { property ->