1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Merge branch 'develop' into battleonly

This commit is contained in:
Laserlicht
2025-10-24 01:01:42 +02:00
committed by GitHub
67 changed files with 6230 additions and 6065 deletions

View File

@@ -246,7 +246,7 @@ std::optional<si32> CIdentifierStorage::getIdentifierImpl(const ObjectCallback &
if (idList.size() == 1)
return idList.front().id;
if (!silent)
if (!silent && options.localScope != ModScope::scopeGame())
showIdentifierResolutionErrorDetails(options);
return std::optional<si32>();
}