fix: 修复 detect 逻辑错误若干

This commit is contained in:
Mmx233
2024-01-01 19:00:22 +08:00
parent ca2215b44e
commit c20a8f7532
2 changed files with 53 additions and 18 deletions

View File

@@ -41,8 +41,6 @@ func Login(eth *tools.Eth, debugOutput bool) error {
acidOnReality = true
log.Debugf("使用嗅探 acid: %s", acid)
srunClient.LoginInfo.Meta.Acid = acid
} else {
log.Debugln("Reality 流程未找到 acid")
}
}
}