mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-29 23:15:56 -04:00
not sure why this was commented out
This commit is contained in:
@@ -651,7 +651,7 @@ ChatServer::AvatarExtendedData * ChatServer::getAvatarExtendedDataByNetworkId(co
|
||||
const NetworkId & ChatServer::getNetworkIdByAvatarId(const ChatAvatarId & id)
|
||||
{
|
||||
PROFILER_AUTO_BLOCK_DEFINE("ChatServer - getNetworkIdByAvatarId");
|
||||
/*ChatAvatarList::const_iterator f;
|
||||
ChatAvatarList::const_iterator f;
|
||||
for (f = instance().chatAvatars.begin(); f != instance().chatAvatars.end(); ++f)
|
||||
{
|
||||
ChatAvatarId av;
|
||||
@@ -663,7 +663,7 @@ const NetworkId & ChatServer::getNetworkIdByAvatarId(const ChatAvatarId & id)
|
||||
}
|
||||
static NetworkId badId;
|
||||
return badId;
|
||||
*/
|
||||
|
||||
return instance().chatInterface->getNetworkIdByAvatarId(id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user