mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix removals recently updated
This commit is contained in:
@@ -1156,8 +1156,8 @@ namespace SabreTools.DatFiles
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
// Remove the item from the local and internal lists
|
// Remove the item from the local and internal lists
|
||||||
items.RemoveAt(index);
|
|
||||||
RemoveItem(bucket, items[index], index);
|
RemoveItem(bucket, items[index], index);
|
||||||
|
items.RemoveAt(index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1266,8 +1266,8 @@ namespace SabreTools.DatFiles
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
// Remove the item from the local and internal lists
|
// Remove the item from the local and internal lists
|
||||||
items.RemoveAt(index);
|
|
||||||
RemoveItem(bucket, items[index], index);
|
RemoveItem(bucket, items[index], index);
|
||||||
|
items.RemoveAt(index);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user