mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-22 23:05:12 +00:00
Remove restriction from RAR
This commit is contained in:
@@ -115,9 +115,6 @@ namespace SabreTools.Serialization.Wrappers
|
||||
rarFile = RarArchive.Open(Filename!, readerOptions);
|
||||
}
|
||||
|
||||
if (!rarFile.IsComplete)
|
||||
return false;
|
||||
|
||||
if (rarFile.IsSolid)
|
||||
return ExtractSolid(rarFile, outputDirectory, includeDebug);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user