Fix returning before displaying all ambiguous matches
This commit is contained in:
parent
6e7ac7e59a
commit
bb3f1249a5
@ -136,8 +136,9 @@ public class ReCodeItRemapper
|
||||
{
|
||||
var duplicateNewTypeName = duplicate.Key;
|
||||
Logger.Log($"Ambiguous NewTypeName: {duplicateNewTypeName} found. Cancelling Remap.", ConsoleColor.Red);
|
||||
return false;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user