mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
fix: 修复基建宿舍未进驻的逻辑,并尽可能将宿舍的人填满
This commit is contained in:
@@ -397,7 +397,15 @@ bool asst::InfrastAbstractTask::click_filter_menu_not_stationed_button()
|
||||
{
|
||||
LogTraceFunction;
|
||||
|
||||
ProcessTask task(*this, { "InfrastFilterMenu" });
|
||||
ProcessTask task(*this, { "InfrastFilterMenuNotStationed" });
|
||||
return task.run();
|
||||
}
|
||||
|
||||
bool asst::InfrastAbstractTask::click_filter_menu_cancel_not_stationed_button()
|
||||
{
|
||||
LogTraceFunction;
|
||||
|
||||
ProcessTask task(*this, { "InfrastFilterMenuCancelNotStationed" });
|
||||
return task.run();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user