mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add more passthrough DB methods
This commit is contained in:
@@ -1577,7 +1577,7 @@ namespace SabreTools.DatFiles
|
||||
|
||||
// Now remove the key from the source DAT
|
||||
if (delete)
|
||||
addFrom.ItemsDB.RemoveItem(item.Key);
|
||||
addFrom.RemoveItemDB(item.Key);
|
||||
|
||||
#if NET40_OR_GREATER || NETCOREAPP
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user