Server list file support

Works the same way as account list feature
Idea from TNT-UP
This commit is contained in:
ORelio 2014-06-29 14:49:54 +02:00
parent 608eb8059c
commit f88fcea59b
3 changed files with 59 additions and 6 deletions

View file

@ -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)
{