Move easy filters so Machine can use them

This commit is contained in:
Matt Nadareski
2020-09-08 12:54:41 -07:00
parent d8835920a7
commit 7f6507cffb
37 changed files with 233 additions and 289 deletions

View File

@@ -109,7 +109,7 @@ namespace SabreTools.Library.DatItems
return false;
// Filter on channels
if (!PassLongFilter(filter.DatItem_Channels, Channels))
if (!filter.PassLongFilter(filter.DatItem_Channels, Channels))
return false;
return true;