Forgot to fix path in Wise

This commit is contained in:
Matt Nadareski
2020-11-02 15:18:03 -08:00
parent 828d3403f1
commit 31eff196e6

View File

@@ -22,6 +22,7 @@ namespace BurnOutSharp.ProtectionType
return protections;
var subProtections = Scan(scanner, file);
Utilities.PrependToKeys(subProtections, file);
Utilities.AppendToDictionary(protections, subProtections);
return protections;
@@ -51,6 +52,9 @@ namespace BurnOutSharp.ProtectionType
}
catch { }
// Remove temporary path references
Utilities.StripFromKeys(protections, tempPath);
return protections;
}
catch { }