mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Reduce duplicate calls
This commit is contained in:
@@ -276,7 +276,6 @@ namespace SabreTools.DatFiles
|
|||||||
copyFrom = parentItems[0];
|
copyFrom = parentItems[0];
|
||||||
}
|
}
|
||||||
|
|
||||||
items = GetItemsForBucket(bucket);
|
|
||||||
foreach (DatItem item in items)
|
foreach (DatItem item in items)
|
||||||
{
|
{
|
||||||
// Special disk handling
|
// Special disk handling
|
||||||
@@ -397,7 +396,6 @@ namespace SabreTools.DatFiles
|
|||||||
if (cloneOfMachine.Value == null)
|
if (cloneOfMachine.Value == null)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
items = GetItemsForBucketDB(bucket);
|
|
||||||
foreach (var item in items)
|
foreach (var item in items)
|
||||||
{
|
{
|
||||||
// Get the source for the current item
|
// Get the source for the current item
|
||||||
|
|||||||
Reference in New Issue
Block a user