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:
		| @@ -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); | ||||
| 	} | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user