1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00
This commit is contained in:
Andrii Danylchenko
2024-04-27 13:57:50 +03:00
parent 2ead852f09
commit 39e19f79f4
3 changed files with 26 additions and 7 deletions

View File

@ -47,7 +47,7 @@ void ActiveModsInSaveList::verifyActiveMods(const std::map<TModID, ModVerificati
missingMods.push_back(VLC->modh->getModInfo(compared.first).getVerificationInfo().name);
if (compared.second == ModVerificationStatus::EXCESSIVE)
excessiveMods.push_back(modList.at(compared.first).name);
excessiveMods.push_back(VLC->modh->getModInfo(compared.first).getVerificationInfo().name);
}
if(!missingMods.empty() || !excessiveMods.empty())