mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add more IDDB accessors; make more IDDB variants of methods
This commit is contained in:
@@ -268,7 +268,7 @@ namespace SabreTools.DatTools
|
||||
var keys = datFile.ItemsDB.SortedKeys.ToList();
|
||||
foreach (string key in keys)
|
||||
{
|
||||
var items = datFile.ItemsDB.GetDatItemsForBucket(key);
|
||||
var items = datFile.ItemsDB.GetItemsForBucket(key);
|
||||
if (items == null)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user