mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add and use ItemDictionary class
This commit is contained in:
@@ -261,9 +261,9 @@ namespace RombaSharp
|
||||
|
||||
// Loop through the parsed entries
|
||||
bool hasItems = false;
|
||||
foreach (string romkey in tempdat.Keys)
|
||||
foreach (string romkey in tempdat.Items.Keys)
|
||||
{
|
||||
foreach (DatItem datItem in tempdat[romkey])
|
||||
foreach (DatItem datItem in tempdat.Items[romkey])
|
||||
{
|
||||
Globals.Logger.Verbose($"Checking and adding file '{datItem.Name}'");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user