This commit is contained in:
2022-05-17 13:42:01 +03:00
parent 80aef8b6e0
commit c719eaf4fd
5 changed files with 37 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ namespace PluginManager.LanguageSystem
if (!LanguageFileLocation.EndsWith(LanguageFileExtension))
{
Console.WriteLine("Failed to load language from file: " + LanguageFileLocation +
"\nFile extension is not .lng");
"\nFile extension is not " + LanguageFileExtension);
return null;
}