mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix broken GetKeyDB and related
This commit is contained in:
@@ -282,15 +282,6 @@ namespace SabreTools.DatFiles
|
||||
public List<DatItem> GetDuplicates(DatItem datItem, bool sorted = false)
|
||||
=> Items.GetDuplicates(datItem, sorted);
|
||||
|
||||
/// <summary>
|
||||
/// List all duplicates found in a DAT based on a DatItem
|
||||
/// </summary>
|
||||
/// <param name="datItem">Item to try to match</param>
|
||||
/// <param name="sorted">True if the DAT is already sorted accordingly, false otherwise (default)</param>
|
||||
/// <returns>List of matched DatItem objects</returns>
|
||||
public Dictionary<long, DatItem> GetDuplicatesDB(DatItem datItem, bool sorted = false)
|
||||
=> ItemsDB.GetDuplicates(datItem, sorted);
|
||||
|
||||
/// <summary>
|
||||
/// List all duplicates found in a DAT based on a DatItem
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user