master
MaximB ProductEngine 2012-12-10 22:48:12 +02:00
commit 0e4c3070cb
1 changed files with 4 additions and 1 deletions

View File

@ -935,7 +935,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)
{