Add more passthrough DB methods

This commit is contained in:
Matt Nadareski
2025-01-14 22:34:58 -05:00
parent e7142a31ff
commit a1ad61f6da
4 changed files with 31 additions and 7 deletions

View File

@@ -467,7 +467,7 @@ namespace SabreTools.DatFiles
parents[key].Remove(machine);
// Remove the rest of the items from this key
parents[key].ForEach(k => ItemsDB.RemoveMachine(k));
parents[key].ForEach(k => RemoveMachineDB(k));
}
// Finally, strip out the parent tags