mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Use language from /.minecraft/assets
If the language file is not found but file %appdata%/.minecraft/assets/en_US.lang exists, use it instead.
This commit is contained in:
parent
ff950a5248
commit
b42a400582
2 changed files with 6 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ namespace MinecraftClient
|
|||
public static string SingleCommand = "";
|
||||
|
||||
//Other Settings
|
||||
public static string TranslationsFile_FromMCDir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + @"\.minecraft\assets\lang\en_US.lang";
|
||||
public static string TranslationsFile = "translations.lang";
|
||||
public static string Bots_OwnersFile = "bot-owners.txt";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue