mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Bug fix
This commit is contained in:
parent
127978615c
commit
94a3c92b36
62 changed files with 371 additions and 297 deletions
|
|
@ -794,6 +794,8 @@ namespace MinecraftClient
|
|||
|
||||
ConsoleInteractive.ConsoleSuggestion.EnableColor = CommandSuggestion.Enable_Color;
|
||||
|
||||
ConsoleInteractive.ConsoleSuggestion.UseBasicArrow = CommandSuggestion.Use_Basic_Arrow;
|
||||
|
||||
CommandSuggestion.Max_Suggestion_Width =
|
||||
ConsoleInteractive.ConsoleSuggestion.SetMaxSuggestionLength(CommandSuggestion.Max_Suggestion_Width);
|
||||
|
||||
|
|
@ -886,6 +888,9 @@ namespace MinecraftClient
|
|||
[TomlInlineComment("$Console.Enable_Color$")]
|
||||
public bool Enable_Color = true;
|
||||
|
||||
[TomlInlineComment("$Console.CommandSuggestion.Use_Basic_Arrow$")]
|
||||
public bool Use_Basic_Arrow = false;
|
||||
|
||||
public int Max_Suggestion_Width = 30;
|
||||
|
||||
public int Max_Displayed_Suggestions = 6;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue