This commit is contained in:
Cj 2024-11-05 14:25:54 -05:00
parent e9d6b30e88
commit f56ec6d0a1
2 changed files with 2 additions and 2 deletions

View File

@ -27,5 +27,5 @@ public enum ENoMatchReason
NestedTypeExclude, NestedTypeExclude,
NestedTypeCount, NestedTypeCount,
EventsInclude, EventsInclude,
EventExclude EventsExclude
} }

View File

@ -402,7 +402,7 @@ public class ReCodeItRemapper
if (!types.Any()) if (!types.Any())
{ {
AllTypesFilteredOutFor(mapping, ENoMatchReason.EventExclude); AllTypesFilteredOutFor(mapping, ENoMatchReason.EventsExclude);
mapping.TypeCandidates.UnionWith(types); mapping.TypeCandidates.UnionWith(types);
return false; return false;
} }