mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 18:47:55 +08:00
fix: 修复基建会客室随时弹出来的线索交流结束导致卡住的问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/2244
This commit is contained in:
@@ -137,8 +137,8 @@ bool asst::InfrastReceptionTask::unlock_clue_exchange()
|
||||
|
||||
bool asst::InfrastReceptionTask::back_to_reception_main()
|
||||
{
|
||||
ProcessTask task(*this, { "BackToReceptionMain" });
|
||||
return task.run();
|
||||
ProcessTask(*this, { "EndOfClueExchange" }).set_retry_times(0).run();
|
||||
return ProcessTask(*this, { "BackToReceptionMain" }).run();
|
||||
}
|
||||
|
||||
bool asst::InfrastReceptionTask::send_clue()
|
||||
|
||||
Reference in New Issue
Block a user