mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
feat.检测到EX关卡时,则停止继续刷理智
https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/325
This commit is contained in:
@@ -56,8 +56,8 @@ bool asst::GeneralConfiger::parse(const json::value& json)
|
||||
emulator_info.adb.release = adb_json.at("release").as_string();
|
||||
//emulator_info.adb.pullscreen = adb_json.at("pullscreen").as_string();
|
||||
|
||||
m_emulators_info.emplace(name, std::move(emulator_info));
|
||||
m_emulators_info[name] = std::move(emulator_info);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user