Fix for merge error.

master
Nicky 2016-04-01 14:51:40 +02:00
parent a50faa943c
commit 91c918cd0c
1 changed files with 0 additions and 7 deletions

View File

@ -73,13 +73,6 @@ void LLPanelGroupExperiences::activate()
return;
}
// <FS:Ansariel> Crash fix
if (!isAgentAvatarValid())
{
return;
}
// </FS:Ansariel>
LLExperienceCache::instance().getGroupExperiences(getGroupID(),
boost::bind(&LLPanelGroupExperiences::groupExperiencesResults, getDerivedHandle<LLPanelGroupExperiences>(), _1));
}