diff --git a/src/MaaCore/Task/Interface/InfrastTask.cpp b/src/MaaCore/Task/Interface/InfrastTask.cpp index baf44be06a..435a7bc6cf 100644 --- a/src/MaaCore/Task/Interface/InfrastTask.cpp +++ b/src/MaaCore/Task/Interface/InfrastTask.cpp @@ -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);