mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 18:20:39 +08:00
@@ -133,7 +133,7 @@ bool asst::InfrastTask::set_params(const json::value& params)
|
||||
m_processing_task_ptr->set_mood_threshold(threshold);
|
||||
m_dorm_task_ptr->set_mood_threshold(threshold);
|
||||
|
||||
bool dorm_notstationed_enabled = params.get("dorm_notstationed_enabled", true);
|
||||
bool dorm_notstationed_enabled = params.get("dorm_notstationed_enabled", false);
|
||||
m_dorm_task_ptr->set_notstationed_enabled(dorm_notstationed_enabled);
|
||||
|
||||
bool dorm_trust_enabled = params.get("dorm_trust_enabled", false);
|
||||
|
||||
Reference in New Issue
Block a user