mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix delete issue with rebuild
This commit is contained in:
@@ -242,7 +242,7 @@ namespace SabreTools.DatTools
|
|||||||
|
|
||||||
// If we are supposed to delete the file, do so
|
// If we are supposed to delete the file, do so
|
||||||
if (delete && rebuilt)
|
if (delete && rebuilt)
|
||||||
System.IO.File.Delete(input);
|
System.IO.File.Delete(file);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user