mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
DatItems don't know about filtering
This commit is contained in:
@@ -214,7 +214,7 @@ namespace SabreTools.DatTools
|
||||
continue;
|
||||
|
||||
// If the rom doesn't pass the filter, mark for removal
|
||||
if (!item.PassesFilter(cleaner))
|
||||
if (!cleaner.PassesFilters(item))
|
||||
{
|
||||
item.Remove = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user