diff --git a/SabreTools.DatFiles/ItemDictionaryDB.cs b/SabreTools.DatFiles/ItemDictionaryDB.cs
index 5e6c6ce7..65d43afd 100644
--- a/SabreTools.DatFiles/ItemDictionaryDB.cs
+++ b/SabreTools.DatFiles/ItemDictionaryDB.cs
@@ -122,7 +122,7 @@ namespace SabreTools.DatFiles
/// Index of the machine related to the item
/// True to only add item statistics while parsing, false otherwise (default)
/// The index for the added item, -1 on error
- public long AddItemAndValidate(DatItem item, long machineIndex, bool statsOnly = false)
+ public long AddItem(DatItem item, long machineIndex, bool statsOnly = false)
{
// If we have a Disk, Media, or Rom, clean the hash data
if (item is Disk disk)