mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-13 04:50:45 -05:00
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;
|
var duplicateNewTypeName = duplicate.Key;
|
||||||
Logger.Log($"Ambiguous NewTypeName: {duplicateNewTypeName} found. Cancelling Remap.", ConsoleColor.Red);
|
Logger.Log($"Ambiguous NewTypeName: {duplicateNewTypeName} found. Cancelling Remap.", ConsoleColor.Red);
|
||||||
return false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user