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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user