mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Make call to Keys automatically do .ToList()
This commit is contained in:
@@ -629,7 +629,7 @@ namespace RombaSharp
|
||||
|
||||
// Once we have both, check for any new files
|
||||
List<string> dupehashes = new List<string>();
|
||||
List<string> keys = depot.Keys.ToList();
|
||||
List<string> keys = depot.Keys;
|
||||
foreach (string key in keys)
|
||||
{
|
||||
List<DatItem> roms = depot[key];
|
||||
|
||||
Reference in New Issue
Block a user