mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Add setting for allowing non-English name in player list (#2556)
Non-vanilla server may have player name other than English, for example Chinese server can have player name in Chinese. This setting allow MCC to display those non-English name in the player list.
This commit is contained in:
parent
ac65482296
commit
a8200b6e14
5 changed files with 2006 additions and 1273 deletions
|
|
@ -617,6 +617,9 @@ namespace MinecraftClient
|
|||
[TomlInlineComment("$Main.Advanced.MinTerminalHeight$")]
|
||||
public int MinTerminalHeight = 10;
|
||||
|
||||
[TomlInlineComment("$Main.Advanced.ignore_invalid_playername$")]
|
||||
public bool IgnoreInvalidPlayerName = true;
|
||||
|
||||
/// <summary>
|
||||
/// Load login/password using an account alias
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue