mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Create DB version of Against; add passthroughs
This commit is contained in:
@@ -280,7 +280,7 @@ namespace SabreTools.DatTools
|
||||
foreach (var item in items)
|
||||
{
|
||||
// Get the source associated with the item
|
||||
var source = datFile.ItemsDB.GetSourceForItem(item.Key);
|
||||
var source = datFile.GetSourceForItemDB(item.Key);
|
||||
|
||||
// Unmatched items will have a source ID of int.MaxValue, remove all others
|
||||
if (source.Value?.Index != int.MaxValue)
|
||||
|
||||
Reference in New Issue
Block a user