mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix stats recalculation issue
This commit is contained in:
@@ -860,7 +860,7 @@ namespace SabreTools.Library.DatFiles
|
|||||||
ResetStatistics();
|
ResetStatistics();
|
||||||
|
|
||||||
// If we have a blank Dat in any way, return
|
// If we have a blank Dat in any way, return
|
||||||
if (this == null || TotalCount == 0)
|
if (items == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Loop through and add
|
// Loop through and add
|
||||||
|
|||||||
Reference in New Issue
Block a user