CHUI-457 FIXED Brought back the checking

master
maxim@mnikolenko 2012-12-10 15:30:46 +02:00
parent 53471178fe
commit 08a7f4193b
1 changed files with 4 additions and 1 deletions

View File

@ -919,7 +919,10 @@ void LLFloaterIMContainer::doToParticipants(const std::string& command, uuid_vec
}
else if ("im" == command)
{
LLAvatarActions::startIM(userID);
if (gAgent.getID() != userID)
{
LLAvatarActions::startIM(userID);
}
}
else if ("offer_teleport" == command)
{