mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[DatFile] Move rebuilt var to correct place
This commit is contained in:
@@ -306,12 +306,11 @@ namespace SabreTools.Helper.Dats
|
|||||||
}
|
}
|
||||||
|
|
||||||
logger.User("Matches found for '" + file + "', rebuilding accordingly...");
|
logger.User("Matches found for '" + file + "', rebuilding accordingly...");
|
||||||
|
rebuilt = true;
|
||||||
|
|
||||||
// Now loop through the list and rebuild accordingly
|
// Now loop through the list and rebuild accordingly
|
||||||
foreach (Rom item in dupes)
|
foreach (Rom item in dupes)
|
||||||
{
|
{
|
||||||
rebuilt = true;
|
|
||||||
|
|
||||||
switch (outputFormat)
|
switch (outputFormat)
|
||||||
{
|
{
|
||||||
case OutputFormat.Folder:
|
case OutputFormat.Folder:
|
||||||
|
|||||||
Reference in New Issue
Block a user