mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make stats use the reduced parsing model
This commit is contained in:
@@ -233,9 +233,7 @@ namespace SabreTools.DatFiles
|
||||
// If only adding statistics, we add an empty key for games and then just item stats
|
||||
if (statsOnly)
|
||||
{
|
||||
if (Items.ContainsKey(key))
|
||||
Items.Add(key, new List<DatItem>());
|
||||
|
||||
Items.EnsureKey(key);
|
||||
Items.AddItemStatistics(item);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user