This commit is contained in:
Volker Fischer 2011-04-22 17:33:54 +00:00
parent a6f5f1f43c
commit f2d4229a88

View File

@ -182,6 +182,7 @@ void CServerListManager::RegisterServer ( const CHostAddress& InetAddr,
else
{
// update all data and call update registration function
ServerList[iSelIdx].HostAddr = InetAddr; // because of port number
ServerList[iSelIdx].strName = ServerInfo.strName;
ServerList[iSelIdx].strTopic = ServerInfo.strTopic;
ServerList[iSelIdx].eCountry = ServerInfo.eCountry;