mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-19 10:32:19 +08:00
解决部分auto滥用问题
This commit is contained in:
@@ -15,7 +15,7 @@ bool RecruitConfiger::load(const std::string& filename)
|
||||
DebugTrace("RecruitConfiger::load | ", filename);
|
||||
|
||||
RecruitConfiger temp;
|
||||
if (_load(filename)) {
|
||||
if (temp._load(filename)) {
|
||||
std::sort(temp.m_opers.begin(), temp.m_opers.end(), [](
|
||||
const auto& lhs,
|
||||
const auto& rhs)
|
||||
|
||||
Reference in New Issue
Block a user