mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Rewrite translation rule processing
Improve speed and handling of %1$s tags Fix prompt in ConsoleIO not being reset to gray
This commit is contained in:
parent
93d58a8d81
commit
dd5e2f8e39
2 changed files with 36 additions and 18 deletions
|
|
@ -321,9 +321,9 @@ namespace MinecraftClient
|
|||
}
|
||||
}
|
||||
}
|
||||
Console.ForegroundColor = ConsoleColor.Gray;
|
||||
ConsoleIO.Write('\n');
|
||||
}
|
||||
Console.ForegroundColor = ConsoleColor.Gray;
|
||||
}
|
||||
|
||||
#region Subfunctions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue