mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Auth async refactor
This commit is contained in:
parent
3a4d8951d5
commit
3b7c9c8510
4 changed files with 252 additions and 179 deletions
|
|
@ -402,10 +402,7 @@ namespace MinecraftClient.Protocol.Message
|
|||
private static string TranslateString(string rulename, List<string> using_data)
|
||||
{
|
||||
if (!RulesInitialized)
|
||||
{
|
||||
InitRules();
|
||||
RulesInitialized = true;
|
||||
}
|
||||
InitTranslations();
|
||||
|
||||
if (TranslationRules.ContainsKey(rulename))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue