mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
json validation & mithril remove
This commit is contained in:
@@ -34,10 +34,6 @@ void ResourceSet::serializeJson(JsonSerializeFormat & handler, const std::string
|
||||
|
||||
for(auto & idx : LIBRARY->resourceTypeHandler->getAllObjects())
|
||||
{
|
||||
//TODO: add proper support for mithril to map format
|
||||
if(idx == EGameResID::MITHRIL)
|
||||
continue;
|
||||
|
||||
handler.serializeInt(idx.toResource()->getJsonKey(), this->operator[](idx), 0);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user