diff --git a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/FieldFinder.kt b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/FieldFinder.kt index 0a4ebe6a..6f57717a 100644 --- a/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/FieldFinder.kt +++ b/yukihookapi/src/api/kotlin/com/highcapable/yukihookapi/hook/core/finder/FieldFinder.kt @@ -133,8 +133,6 @@ class FieldFinder(private val hookInstance: YukiHookCreater.MemberHookCreater, p /** * 监听找不到变量时 - * - * 只会返回第一次和最后一次的错误信息 * @param initiate 回调错误 * @return [Result] 可继续向下监听 */