nordsoft 2 éve
szülő
commit
766f9cf19f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      mapeditor/mapsettings/translations.cpp

+ 1 - 1
mapeditor/mapsettings/translations.cpp

@@ -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);