diff --git a/File_Format_Library/FileFormats/NLG/NLG_NLOC.cs b/File_Format_Library/FileFormats/NLG/NLG_NLOC.cs index 74484e15..f111391d 100644 --- a/File_Format_Library/FileFormats/NLG/NLG_NLOC.cs +++ b/File_Format_Library/FileFormats/NLG/NLG_NLOC.cs @@ -16,7 +16,7 @@ namespace FirstPlugin public bool CanSave { get; set; } public string[] Description { get; set; } = new string[] { "NLG Localization Text" }; - public string[] Extension { get; set; } = new string[] { "*.nloc" }; + public string[] Extension { get; set; } = new string[] { "*.nloc", "*.loc" }; public string FileName { get; set; } public string FilePath { get; set; } public IFileInfo IFileInfo { get; set; } @@ -208,4 +208,4 @@ namespace FirstPlugin public uint ID; } } -} \ No newline at end of file +}