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

fix for insert@/modify@ in JsonUtils::merge; minor typo fixes

This commit is contained in:
Michał Zaremba
2025-08-22 15:51:11 +02:00
parent 6206633e4c
commit be736eb1b2
3 changed files with 5 additions and 5 deletions

View File

@@ -154,7 +154,7 @@ bool ContentTypeHandler::loadMod(const std::string & modName, bool validate)
{
// normal new object
logMod->trace("no index in loadMod(%s)", name);
performValidate(data,name);
performValidate(data, name);
handler->loadObject(modName, name, data);
}
}