diff --git a/BurnOutSharp/ProtectionFind.cs b/BurnOutSharp/ProtectionFind.cs index 5857f8bb..05579df9 100644 --- a/BurnOutSharp/ProtectionFind.cs +++ b/BurnOutSharp/ProtectionFind.cs @@ -40,7 +40,6 @@ namespace BurnOutSharp /// True to include scanned copy protection position, false otherwise (default) /// Optional progress indicator that will return a float in the range from 0 to 1 /// Dictionary of filename to protection mappings, if possible - /// TODO: For all of the archives that use this, ensure that they scan the temp extraction directory, if applicable public static Dictionary Scan(string path, bool includePosition = false, IProgress progress = null) { // Set the progress indicator, if it's not set already