This commit is contained in:
Cj 2024-06-22 02:29:15 -04:00
parent fe6145cb08
commit 14b273252d
2 changed files with 0 additions and 2 deletions

View File

@ -176,7 +176,6 @@ internal static class RenameHelper
if (type.FullName == score.Definition.Name)
{
var oldName = type.FullName.ToString();
type.Name = score.ProposedNewName;
}
}

View File

@ -59,7 +59,6 @@ internal static class TypeDefExtensions
{
if (type.Name == parms.ParentName)
{
Logger.Log($"Match! {type.Name} : {score.ProposedNewName}");
score.Score++;
return EMatchResult.Match;
}