serverlist bugfix

This commit is contained in:
doitux
2009-04-12 11:29:37 +00:00
parent 28731458c4
commit 60bb7e95b0
+1 -1
View File
@@ -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");