mirror of
https://github.com/sp-tarkov/assembly-tool.git
synced 2025-02-12 14:50:44 -05:00
Uncomment if block from testing
This commit is contained in:
parent
a1088e3ec2
commit
7c54b8542c
@ -60,13 +60,13 @@ public class AutoMatcher(List<RemapModel> mappings, string mappingPath)
|
||||
CandidateTypes!.Remove(candidate);
|
||||
continue;
|
||||
}
|
||||
/*
|
||||
|
||||
if (!ContainsTargetMethods(target, candidate, remapModel.SearchParams.Methods))
|
||||
{
|
||||
CandidateTypes!.Remove(candidate);
|
||||
continue;
|
||||
}
|
||||
*/
|
||||
|
||||
if (!ContainsTargetFields(target, candidate, remapModel.SearchParams.Fields))
|
||||
{
|
||||
CandidateTypes!.Remove(candidate);
|
||||
|
Loading…
x
Reference in New Issue
Block a user