diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index 0694d03e..dc70db60 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -458,7 +458,7 @@ ClientStateReadingServerList::Process(ClientThread &client) ServerInfo serverInfo; { int tmpId; - nextServer->QueryIntAttribute("value", &tmpId); + nextServer->QueryIntAttribute("id", &tmpId); serverInfo.id = (unsigned)tmpId; } const TiXmlNode *nameNode = nextServer->FirstChild("Name");