mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix game stats always being 0 (fixes #79)
This commit is contained in:
@@ -89,7 +89,6 @@ namespace SabreTools.DatTools
|
||||
|
||||
List<string> machines = new List<string>();
|
||||
DatFile datdata = Parser.CreateAndParse(file.CurrentPath, statsOnly: true, throwOnError: throwOnError);
|
||||
datdata.Items.BucketBy(ItemKey.Machine, DedupeType.None, norename: true);
|
||||
|
||||
// Add single DAT stats (if asked)
|
||||
if (single)
|
||||
|
||||
Reference in New Issue
Block a user