mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
fix: 加工站不设置干员时,直接报错并返回
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/6400
This commit is contained in:
@@ -10,7 +10,7 @@ bool asst::InfrastProcessingTask::_run()
|
||||
m_all_available_opers.clear();
|
||||
|
||||
// 不是自定义的也换不了加工站
|
||||
if (!m_is_custom) {
|
||||
if (!is_use_custom_opers()) {
|
||||
return false;
|
||||
}
|
||||
// 加工站,啥也造不了,随便写一个
|
||||
|
||||
Reference in New Issue
Block a user