Missed a file..
This commit is contained in:
@@ -4101,8 +4101,8 @@ void LLAgent::onFoundLureDestination(LLSimInfo *siminfo)
|
|||||||
siminfo = LLWorldMap::getInstance()->simInfoFromPosGlobal(mPendingLure->mPosGlobal);
|
siminfo = LLWorldMap::getInstance()->simInfoFromPosGlobal(mPendingLure->mPosGlobal);
|
||||||
if(siminfo)
|
if(siminfo)
|
||||||
{
|
{
|
||||||
const std::string sim_name = siminfo->mName;
|
const std::string sim_name = siminfo->getName();
|
||||||
const std::string maturity = LLViewerRegion::accessToString(siminfo->mAccess);
|
const std::string maturity = siminfo->getAccessString();
|
||||||
|
|
||||||
llinfos << mPendingLure->mAvatarName << "'s teleport lure is to " << sim_name << " (" << maturity << ")" << llendl;
|
llinfos << mPendingLure->mAvatarName << "'s teleport lure is to " << sim_name << " (" << maturity << ")" << llendl;
|
||||||
LLStringUtil::format_map_t args;
|
LLStringUtil::format_map_t args;
|
||||||
|
|||||||
Reference in New Issue
Block a user