I swear I changed this back to name already.

This commit is contained in:
Lirusaito
2016-03-29 19:15:52 -04:00
parent 86a657f49c
commit 1c0abf39fb

View File

@@ -904,7 +904,7 @@ void LLGroupMgrGroupData::banMemberById(const LLUUID& participant_uuid)
LLGroupMgr::getInstance()->sendGroupMembersRequest(mID);
LLSD args;
std::string name;
LLAvatarNameCache::getNSName(participant_uuid, av_name);
LLAvatarNameCache::getNSName(participant_uuid, name);
args["AVATAR_NAME"] = name;
args["GROUP_NAME"] = mName;
LLNotifications::instance().add(LLNotification::Params("EjectAvatarFromGroup").substitutions(args));