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:
@@ -74,7 +74,7 @@ namespace SabreTools.DatFiles
|
||||
foreach (var key in ItemsDB.SortedKeys)
|
||||
#endif
|
||||
{
|
||||
var items = ItemsDB.GetDatItemsForBucket(key);
|
||||
var items = ItemsDB.GetItemsForBucket(key);
|
||||
if (items == null)
|
||||
#if NET40_OR_GREATER || NETCOREAPP
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user