Fix serverlist.

This commit is contained in:
momo5502 2016-01-03 20:13:49 +01:00
parent b514b9fb9d
commit f58d032968

View File

@ -285,7 +285,7 @@ namespace Components
{
Network::Address serverAddr = address;
serverAddr.SetIP(entry[i].IP);
serverAddr.SetPort(entry[i].Port);
serverAddr.SetPort(ntohs(entry[i].Port));
serverAddr.Get()->type = Game::NA_IP;
ServerList::Container::ServerContainer container;