mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Mistake fix
This commit is contained in:
parent
189f790b44
commit
766f9cf19f
@ -17,7 +17,7 @@
|
||||
|
||||
void Translations::cleanupRemovedItems(CMap & map)
|
||||
{
|
||||
std::set<std::string> existingObjects{"core", "map", "header"};
|
||||
std::set<std::string> existingObjects{"map", "header"};
|
||||
for(auto object : map.objects)
|
||||
existingObjects.insert(object->instanceName);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user