Improved download system

This commit is contained in:
2022-04-25 14:16:34 +03:00
parent 47a1d5a284
commit eb12c012a3
10 changed files with 354 additions and 270 deletions

View File

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