Revert "fix: 异常拦截退出异常"

This reverts commit f00b5d9a60.
This commit is contained in:
1204244136 2025-06-11 13:13:12 +08:00
parent a91219c45e
commit ab8dd51fea
1 changed files with 4 additions and 4 deletions

View File

@ -2428,11 +2428,11 @@ Interception() {
FindText().Click(X, Y, "L")
AddLog("跳过动画")
}
if g_settings["InterceptionShot"] {
BattleSettlement(true)
}
else BattleSettlement
}
if g_settings["InterceptionShot"] {
BattleSettlement(true)
}
else BattleSettlement
}
AddLog("===异常拦截任务结束===")
BackToHall