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