mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added TAB autocomplete
Now handles TAB keypresses and ask the server for an autocompletion, just like a vanilla client does.
This commit is contained in:
parent
d1770ebb02
commit
88105d30ad
3 changed files with 53 additions and 2 deletions
|
|
@ -123,6 +123,7 @@ namespace MinecraftClient
|
|||
//Will handle the connection for this client
|
||||
Console.WriteLine("Version is supported.");
|
||||
MinecraftCom handler = new MinecraftCom();
|
||||
ConsoleIO.SetAutoCompleteEngine(handler);
|
||||
handler.setVersion(protocolversion);
|
||||
|
||||
//Load & initialize bots if needed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue