Skip to content
Snippets Groups Projects
Commit 0e4c3070 authored by MaximB ProductEngine's avatar MaximB ProductEngine
Browse files

merge

parents f49d47b3 08a7f419
No related branches found
No related tags found
No related merge requests found
...@@ -934,9 +934,12 @@ void LLFloaterIMContainer::doToParticipants(const std::string& command, uuid_vec ...@@ -934,9 +934,12 @@ void LLFloaterIMContainer::doToParticipants(const std::string& command, uuid_vec
LLAvatarActions::showProfile(userID); LLAvatarActions::showProfile(userID);
} }
else if ("im" == command) else if ("im" == command)
{
if (gAgent.getID() != userID)
{ {
LLAvatarActions::startIM(userID); LLAvatarActions::startIM(userID);
} }
}
else if ("offer_teleport" == command) else if ("offer_teleport" == command)
{ {
LLAvatarActions::offerTeleport(selectedIDS); LLAvatarActions::offerTeleport(selectedIDS);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment