1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-10-31 00:07:39 +02:00

Fix format string

This commit is contained in:
Ivan Savenko
2025-02-27 10:14:02 +00:00
parent c60954932d
commit f04cac4101

View File

@@ -181,7 +181,7 @@ void CObjectClassesHandler::loadSubObject(const std::string & scope, const std::
if (identifier != compatID.String())
registerObject(scope, baseObject->getJsonKey(), compatID.String(), subObject->subtype);
else
logMod->warn("Mod '%s' map object '%s': compatibility identifier has same name as object itself!");
logMod->warn("Mod '%s' map object '%s': compatibility identifier has same name as object itself!", scope, identifier);
}
}