mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Reduce unnecessary comparisons
This commit is contained in:
@@ -306,7 +306,7 @@ namespace SabreTools.DatItems
|
||||
}
|
||||
|
||||
// If it's the first non-nodump item in the list, don't touch it
|
||||
if (outfiles.Count == 0 || outfiles.Count == nodumpCount)
|
||||
if (outfiles.Count == nodumpCount)
|
||||
{
|
||||
outfiles.Add(item);
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user