mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Use the stuff I coded
This commit is contained in:
@@ -211,7 +211,7 @@ namespace SabreTools.Library.Dats
|
||||
Globals.ParallelOptions,
|
||||
datItem =>
|
||||
{
|
||||
if (!datItem.HasDuplicates(this))
|
||||
if (!datItem.HasDuplicates(this, true))
|
||||
{
|
||||
lock (keepDatItems)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user