mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Slight resync of stats calc
This commit is contained in:
@@ -722,7 +722,7 @@ namespace SabreTools.DatFiles
|
|||||||
DatStatistics.ResetStatistics();
|
DatStatistics.ResetStatistics();
|
||||||
|
|
||||||
// If we have a blank Dat in any way, return
|
// If we have a blank Dat in any way, return
|
||||||
if (_items == null)
|
if (_items == null || _items.Count == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Loop through and add
|
// Loop through and add
|
||||||
|
|||||||
Reference in New Issue
Block a user