File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public static class Factory
53
53
case WrapperType . PAK : return new FileType . PAK ( ) ;
54
54
case WrapperType . PFF : return new FileType . PFF ( ) ;
55
55
case WrapperType . PKZIP : return new FileType . PKZIP ( ) ;
56
- //case WrapperType.PLJ : return new FileType.PLJ();
56
+ //case WrapperType.PlayJAudioFile : return new FileType.PLJ();
57
57
//case WrapperType.Quantum: return new FileType.Quantum();
58
58
case WrapperType . RAR : return new FileType . RAR ( ) ;
59
59
case WrapperType . SevenZip : return new FileType . SevenZip ( ) ;
Original file line number Diff line number Diff line change @@ -497,7 +497,7 @@ private static void ExtractFile(string file, string outputDirectory)
497
497
498
498
#if ( ( NETFRAMEWORK && ! NET20 && ! NET35 && ! NET40 ) || NETCOREAPP ) && WIN
499
499
// MoPaQ (MPQ) archive
500
- else if ( ft = = WrapperType . MPQ )
500
+ else if ( ft = = WrapperType . MoPaQ )
501
501
{
502
502
// Build the archive information
503
503
Console . WriteLine ( "Extracting MoPaQ contents" ) ;
You can’t perform that action at this time.
0 commit comments