Fix removals recently updated

This commit is contained in:
Matt Nadareski
2025-05-11 22:00:09 -04:00
parent fc1f010d13
commit 7fb32a001d

View File

@@ -1156,8 +1156,8 @@ namespace SabreTools.DatFiles
break;
// Remove the item from the local and internal lists
items.RemoveAt(index);
RemoveItem(bucket, items[index], index);
items.RemoveAt(index);
}
}
@@ -1266,8 +1266,8 @@ namespace SabreTools.DatFiles
break;
// Remove the item from the local and internal lists
items.RemoveAt(index);
RemoveItem(bucket, items[index], index);
items.RemoveAt(index);
}
}
}