Skip to content

Commit bb93792

Browse files
committed
Remove restriction from RAR
1 parent 1f7ab4f commit bb93792

File tree

1 file changed

+0
-3
lines changed
  • SabreTools.Serialization/Wrappers

1 file changed

+0
-3
lines changed

SabreTools.Serialization/Wrappers/RAR.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,6 @@ public bool Extract(string outputDirectory, bool lookForHeader, bool includeDebu
115115
rarFile = RarArchive.Open(Filename!, readerOptions);
116116
}
117117

118-
if (!rarFile.IsComplete)
119-
return false;
120-
121118
if (rarFile.IsSolid)
122119
return ExtractSolid(rarFile, outputDirectory, includeDebug);
123120
else

0 commit comments

Comments
 (0)