diff --git a/ArcFormats/Ankh/ArcGRP.cs b/ArcFormats/Ankh/ArcGRP.cs index 84012a11..99b9d14a 100644 --- a/ArcFormats/Ankh/ArcGRP.cs +++ b/ArcFormats/Ankh/ArcGRP.cs @@ -32,6 +32,7 @@ using GameRes.Utility; namespace GameRes.Formats.Ankh { [Export(typeof(ArchiveFormat))] + [ExportMetadata("Priority", -1)] public class GrpOpener : ArchiveFormat { public override string Tag { get { return "GRP/ICE"; } }