From 9a2ec5970cbaeea6fc671376476f623ff05ffd33 Mon Sep 17 00:00:00 2001 From: Him188 Date: Wed, 1 Jan 2020 18:16:18 +0800 Subject: [PATCH] Fix unresolved reference --- mirai-debug/src/main/kotlin/hex/HexComparator.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ->