DatItems don't know about cleaning (nw)

This commit is contained in:
Matt Nadareski
2020-12-13 14:01:16 -08:00
parent a89297686f
commit 67bfe0dae9
32 changed files with 434 additions and 1008 deletions

View File

@@ -584,7 +584,7 @@ namespace SabreTools.DatTools
continue;
// Run cleaning per item
item.Clean(cleaner);
cleaner.CleanDatItem(item);
}
// Assign back for caution