serverlist bugfix
This commit is contained in:
@@ -458,7 +458,7 @@ ClientStateReadingServerList::Process(ClientThread &client)
|
|||||||
ServerInfo serverInfo;
|
ServerInfo serverInfo;
|
||||||
{
|
{
|
||||||
int tmpId;
|
int tmpId;
|
||||||
nextServer->QueryIntAttribute("value", &tmpId);
|
nextServer->QueryIntAttribute("id", &tmpId);
|
||||||
serverInfo.id = (unsigned)tmpId;
|
serverInfo.id = (unsigned)tmpId;
|
||||||
}
|
}
|
||||||
const TiXmlNode *nameNode = nextServer->FirstChild("Name");
|
const TiXmlNode *nameNode = nextServer->FirstChild("Name");
|
||||||
|
|||||||
Reference in New Issue
Block a user