Assorted fixes

This commit is contained in:
Siana Gearz
2011-02-12 23:33:11 +01:00
parent d97f87b05f
commit 72c4c52372
6 changed files with 23 additions and 15 deletions

View File

@@ -577,6 +577,13 @@ void LLIMMgr::addMessage(
other_participant_id = LLUUID::null;
}
//This is for InWorldz glitch.
if( other_participant_id == session_id )
{
other_participant_id = LLUUID::null;
}
LLFloaterIMPanel* floater;
LLUUID new_session_id = session_id;
if (new_session_id.isNull())