Shiny new name cache.
This commit is contained in:
@@ -1317,10 +1317,9 @@ bool LLPanelLandObjects::callbackReturnOwnerObjects(const LLSD& notification, co
|
||||
}
|
||||
else
|
||||
{
|
||||
std::string first, last;
|
||||
gCacheName->getName(owner_id, first, last);
|
||||
args["FIRST"] = first;
|
||||
args["LAST"] = last;
|
||||
std::string full_name;
|
||||
gCacheName->getFullName(owner_id, full_name);
|
||||
args["NAME"] = full_name;
|
||||
LLNotifications::instance().add("OtherObjectsReturned", args);
|
||||
}
|
||||
send_return_objects_message(parcel->getLocalID(), RT_OWNER);
|
||||
|
||||
Reference in New Issue
Block a user