Fixed config settings for avatar server.

This commit is contained in:
lotodore
2009-03-21 22:47:39 +00:00
parent a2f67f934a
commit c5d55884b6
+1 -1
View File
@@ -473,7 +473,7 @@ ClientStateReadingServerList::Process(ClientThread &client)
if (avatarNode && avatarNode->ToElement()) // optional
{
context.SetAvatarServerAddr(addrNode->ToElement()->Attribute("value"));
context.SetAvatarServerAddr(avatarNode->ToElement()->Attribute("value"));
}
retVal = MSG_SOCK_SERVER_LIST_DONE;