mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Simplify AddItem invocation in Deduplicate
This commit is contained in:
@@ -711,10 +711,7 @@ namespace SabreTools.DatFiles
|
||||
// Add the list back to the dictionary
|
||||
RemoveBucket(key);
|
||||
currentMappings.ForEach(map =>
|
||||
{
|
||||
AddItem(map.Item, map.MachineId, map.SourceId);
|
||||
});
|
||||
|
||||
AddItem(map.Item, map.MachineId, map.SourceId));
|
||||
#if NET40_OR_GREATER || NETCOREAPP
|
||||
});
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user