mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Ensure consistency by using ConcurrentList (fixes #36)
This commit is contained in:
@@ -118,7 +118,7 @@ namespace SabreTools.Filtering
|
||||
continue;
|
||||
|
||||
// Get the list of DatItems for the machine
|
||||
List<DatItem> datItems = datFile.Items[machine];
|
||||
ConcurrentList<DatItem> datItems = datFile.Items[machine];
|
||||
|
||||
// Try to get the map values, if possible
|
||||
combinedMachineMaps.TryGetValue(machine, out Dictionary<MachineField, string> machineMappings);
|
||||
|
||||
Reference in New Issue
Block a user