mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create DB variant of PassesFilter
This commit is contained in:
@@ -1489,7 +1489,7 @@ namespace SabreTools.DatFiles
|
||||
List<long> newItems = [];
|
||||
foreach (var item in items)
|
||||
{
|
||||
if (item.Value.PassesFilter(filterRunner))
|
||||
if (item.Value.PassesFilterDB(filterRunner))
|
||||
newItems.Add(item.Key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user