diff --git a/Legacy/Weapon/ArcVoice.cs b/Legacy/Weapon/ArcVoice.cs index ff97dc48..eb611996 100644 --- a/Legacy/Weapon/ArcVoice.cs +++ b/Legacy/Weapon/ArcVoice.cs @@ -30,9 +30,7 @@ using System.IO; namespace GameRes.Formats.Weapon { -#if DEBUG - [Export(typeof(ArchiveFormat))] -#endif +// [Export(typeof(ArchiveFormat))] public class VoiceOpener : ArchiveFormat { public override string Tag { get { return "DAT/W/VOICE"; } }