mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Unify ContainsWritable implementations
This commit is contained in:
@@ -308,7 +308,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
{
|
||||
// If this machine doesn't contain any writable items, skip
|
||||
var itemsDict = ItemsDB.GetItemsForBucket(key, filter: true);
|
||||
if (itemsDict == null || !ContainsWritableDB(itemsDict))
|
||||
if (itemsDict == null || !ContainsWritable([.. itemsDict.Values]))
|
||||
continue;
|
||||
|
||||
// Resolve the names in the block
|
||||
|
||||
Reference in New Issue
Block a user