mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix.修复偶现收完信用点后不购物的问题
This commit is contained in:
@@ -23,7 +23,7 @@ bool asst::CreditShoppingTask::run()
|
||||
|
||||
CreditShopImageAnalyzer shop_analyzer(image);
|
||||
if (!shop_analyzer.analyze()) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
const auto& shopping_list = shop_analyzer.get_result();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user