mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
Revert "feat: VisitFriends can be toggled off"
This reverts commit da12f66cfd.
This commit is contained in:
@@ -35,15 +35,6 @@ bool asst::MallTask::set_params(const json::value& params)
|
||||
{
|
||||
LogTraceFunction;
|
||||
|
||||
bool visitFriends = params.get("visit_friends", true);
|
||||
|
||||
if (!visitFriends) {
|
||||
m_visit_task_ptr->set_enable(false);
|
||||
}
|
||||
else {
|
||||
m_visit_task_ptr->set_enable(true);
|
||||
}
|
||||
|
||||
bool shopping = params.get("shopping", true);
|
||||
|
||||
if (shopping) {
|
||||
|
||||
Reference in New Issue
Block a user