From 57c4bbe18cfde196f11274fb9942cc76c41d44d0 Mon Sep 17 00:00:00 2001 From: morkt Date: Sat, 22 Sep 2018 02:50:05 +0400 Subject: [PATCH] (ScrFormat.Tag): renamed to "SCR/AMI". --- ArcFormats/Amaterasu/ArcAMI.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArcFormats/Amaterasu/ArcAMI.cs b/ArcFormats/Amaterasu/ArcAMI.cs index 35226a2e..197a3925 100644 --- a/ArcFormats/Amaterasu/ArcAMI.cs +++ b/ArcFormats/Amaterasu/ArcAMI.cs @@ -341,7 +341,7 @@ namespace GameRes.Formats.Amaterasu [Export(typeof(ScriptFormat))] public class ScrFormat : ScriptFormat { - public override string Tag { get { return "SCR"; } } + public override string Tag { get { return "SCR/AMI"; } } public override string Description { get { return Strings.arcStrings.SCRDescription; } } public override uint Signature { get { return 0x00524353; } }