mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix.修复任务全部完成的回调
This commit is contained in:
@@ -398,7 +398,7 @@ void Assistance::working_proc()
|
||||
task_callback(AsstMsg::TaskChainCompleted, task_all_completed_json, p_this);
|
||||
}
|
||||
if (m_tasks_deque.empty()) {
|
||||
|
||||
task_callback(AsstMsg::AllTasksCompleted, json::value(), p_this);
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user