From 07a34f7be5e29a8b045eeb554f4ea81de2170fc5 Mon Sep 17 00:00:00 2001 From: Shyotl Date: Tue, 14 Jun 2011 14:15:39 -0500 Subject: [PATCH] Missed a file.. --- indra/newview/llagent.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index 55d610c70..618fb7626 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4101,8 +4101,8 @@ void LLAgent::onFoundLureDestination(LLSimInfo *siminfo) siminfo = LLWorldMap::getInstance()->simInfoFromPosGlobal(mPendingLure->mPosGlobal); if(siminfo) { - const std::string sim_name = siminfo->mName; - const std::string maturity = LLViewerRegion::accessToString(siminfo->mAccess); + const std::string sim_name = siminfo->getName(); + const std::string maturity = siminfo->getAccessString(); llinfos << mPendingLure->mAvatarName << "'s teleport lure is to " << sim_name << " (" << maturity << ")" << llendl; LLStringUtil::format_map_t args;