mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Server list file support
Works the same way as account list feature Idea from TNT-UP
This commit is contained in:
parent
608eb8059c
commit
f88fcea59b
3 changed files with 59 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ namespace MinecraftClient.Commands
|
|||
public class Connect : Command
|
||||
{
|
||||
public override string CMDName { get { return "connect"; } }
|
||||
public override string CMDDesc { get { return "connect <serverip> [account]: connect to the specified server."; } }
|
||||
public override string CMDDesc { get { return "connect <server> [account]: connect to the specified server."; } }
|
||||
|
||||
public override string Run(McTcpClient handler, string command)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue