Fix build

This commit is contained in:
Matt Nadareski
2023-04-07 15:13:19 -04:00
parent f655d7b64f
commit bd951b46b5
5 changed files with 15 additions and 15 deletions

View File

@@ -311,7 +311,7 @@ namespace SabreTools.Filtering
archive.Number = null;
if (DatItemFields.Contains(DatItemField.Clone))
archive.Clone = null;
archive.CloneValue = null;
if (DatItemFields.Contains(DatItemField.RegParent))
archive.RegParent = null;