Fix 'invalid server IP' when using a server alias

Bug report by TorchRJ_
This commit is contained in:
ORelio 2014-08-27 17:16:35 +02:00
parent 6e841f11aa
commit 4e65aa88fa

View file

@ -439,6 +439,7 @@ namespace MinecraftClient
{ {
ServerIP = Servers[server].Key; ServerIP = Servers[server].Key;
ServerPort = Servers[server].Value; ServerPort = Servers[server].Value;
return true;
} }
return false; return false;