Fix serverlist.
This commit is contained in:
parent
b514b9fb9d
commit
f58d032968
@ -285,7 +285,7 @@ namespace Components
|
|||||||
{
|
{
|
||||||
Network::Address serverAddr = address;
|
Network::Address serverAddr = address;
|
||||||
serverAddr.SetIP(entry[i].IP);
|
serverAddr.SetIP(entry[i].IP);
|
||||||
serverAddr.SetPort(entry[i].Port);
|
serverAddr.SetPort(ntohs(entry[i].Port));
|
||||||
serverAddr.Get()->type = Game::NA_IP;
|
serverAddr.Get()->type = Game::NA_IP;
|
||||||
|
|
||||||
ServerList::Container::ServerContainer container;
|
ServerList::Container::ServerContainer container;
|
||||||
|
Loading…
Reference in New Issue
Block a user