This commit is contained in:
Cj 2024-06-15 21:37:55 -04:00
parent 09ac7d5196
commit ab4cee9646
2 changed files with 2 additions and 1 deletions

View File

@ -238,6 +238,8 @@ public class ReCodeItAutoMapper
Logger.Log($"IsStruct: {pair.IsStruct}");
Logger.Log($"------------------------------------------------------------------------");
}
Logger.Log($"Automatically remapped {MappingPairs.Count} objects");
}
private void WriteChanges()

View File

@ -177,7 +177,6 @@ internal static class TypeDefExtensions
{
return EMatchResult.Disabled;
}
var attrs = type.CustomAttributes;
if (type.HasCustomAttributes == parms.HasAttribute)
{