mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
fix a fall through
This commit is contained in:
parent
3b76117cf8
commit
30b592f16e
@ -36,7 +36,7 @@ namespace Wabbajack.Common
|
||||
{
|
||||
if (source.EndsWith(".bsa"))
|
||||
ExtractAllWithBSA(source, dest);
|
||||
if (source.EndsWith(".exe"))
|
||||
else if (source.EndsWith(".exe"))
|
||||
ExtractAllWithInno(source, dest);
|
||||
else
|
||||
ExtractAllWith7Zip(source, dest);
|
||||
|
Loading…
Reference in New Issue
Block a user