(GRP): lower priority.

This commit is contained in:
morkt 2018-09-09 17:24:25 +04:00
parent 1c3a553e87
commit 3c6e3255f0

View File

@ -32,6 +32,7 @@ using GameRes.Utility;
namespace GameRes.Formats.Ankh namespace GameRes.Formats.Ankh
{ {
[Export(typeof(ArchiveFormat))] [Export(typeof(ArchiveFormat))]
[ExportMetadata("Priority", -1)]
public class GrpOpener : ArchiveFormat public class GrpOpener : ArchiveFormat
{ {
public override string Tag { get { return "GRP/ICE"; } } public override string Tag { get { return "GRP/ICE"; } }