mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix 'invalid server IP' when using a server alias
Bug report by TorchRJ_
This commit is contained in:
parent
6e841f11aa
commit
4e65aa88fa
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue