2
0
Ivan Savenko 9 сар өмнө
parent
commit
f04cac4101

+ 1 - 1
lib/mapObjectConstructors/CObjectClassesHandler.cpp

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