Update event poll to work with expected server changes. Timeout now behaves like status 502 (which is being removed by LL). Keeping 502 handling as well to maintain opensim support.

This commit is contained in:
Shyotl
2019-04-08 15:18:10 -05:00
parent af8bb2a992
commit e2cc2d600b
2 changed files with 9 additions and 5 deletions

View File

@@ -6850,7 +6850,6 @@ void LLSelectMgr::pauseAssociatedAvatars()
}
else
{
object->print();
// Is a regular attachment. Pause the avatar it's attached to.
LLVOAvatar* avatar = object->getAvatar();
if (avatar)