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
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment