(WestGate): enabled in release.

This commit is contained in:
morkt
2018-09-27 18:30:50 +04:00
parent a3addf7420
commit 30ad9dbd6a
3 changed files with 10 additions and 6 deletions

View File

@@ -28,9 +28,7 @@ using System.ComponentModel.Composition;
namespace GameRes.Formats.WestGate
{
#if DEBUG
[Export(typeof(ArchiveFormat))]
#endif
public class UsfOpener : ArchiveFormat
{
public override string Tag { get { return "USF"; } }