mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move easy filters so Machine can use them
This commit is contained in:
@@ -145,7 +145,7 @@ namespace SabreTools.Library.DatItems
|
||||
return false;
|
||||
|
||||
// Filter on area name
|
||||
if (!PassStringFilter(filter.DatItem_AreaName, Name))
|
||||
if (!filter.PassStringFilter(filter.DatItem_AreaName, Name))
|
||||
return false;
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user