BUGFIX: Removing one more instance of the server warning notification that oddurs when attempting to stand up while sitting on the premium wilderness boat.
parent
0706cf14de
commit
bb0f2d3784
|
|
@ -758,7 +758,7 @@ void LLVOAvatarSelf::stopMotionFromSource(const LLUUID& source_id)
|
|||
LLViewerObject* object = gObjectList.findObject(source_id);
|
||||
if (object)
|
||||
{
|
||||
object->setFlags(FLAGS_ANIM_SOURCE, FALSE);
|
||||
object->setFlagsWithoutUpdate(FLAGS_ANIM_SOURCE, FALSE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue