Prevent objects that are worn from ground from vanishing from the scene
parent
63353a0687
commit
d3b081744e
|
@ -606,15 +606,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Attachments
|
|||
|
||||
if (!silent)
|
||||
{
|
||||
// Killing it here will cause the client to deselect it
|
||||
// It then reappears on the avatar, deselected
|
||||
// through the full update below
|
||||
//
|
||||
if (so.IsSelected)
|
||||
{
|
||||
m_scene.SendKillObject(new List<uint> { so.RootPart.LocalId });
|
||||
}
|
||||
|
||||
so.IsSelected = false; // fudge....
|
||||
so.ScheduleGroupForFullUpdate();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue