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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user