From c1614a20c7641e23fff706dd9b72243448decda8 Mon Sep 17 00:00:00 2001 From: morkt Date: Sun, 12 Apr 2015 23:00:08 +0400 Subject: [PATCH] renamed archive tag. --- ArcFormats/ArcWILL.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/ArcWILL.cs b/ArcFormats/ArcWILL.cs index 91a9192c..38709ab9 100644 --- a/ArcFormats/ArcWILL.cs +++ b/ArcFormats/ArcWILL.cs @@ -47,7 +47,7 @@ namespace GameRes.Formats.Will [Export(typeof(ArchiveFormat))] public class ArcOpener : ArchiveFormat { - public override string Tag { get { return "WARC"; } } + public override string Tag { get { return "ARC/Will"; } } public override string Description { get { return "Will Co. game engine resource archive"; } } public override uint Signature { get { return 0; } } public override bool IsHierarchic { get { return false; } }