merge
commit
0e4c3070cb
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue