Avoid a gratuitious KillObject storm on region crossing
parent
a489fdfb4f
commit
439589260c
|
@ -741,8 +741,11 @@ namespace OpenSim.Region.Environment.Scenes
|
|||
// It then reappears on the avatar, deselected
|
||||
// through the full update below
|
||||
//
|
||||
foreach (SceneObjectPart part in m_parts.Values)
|
||||
m_scene.SendKiPrimitive(part.LocalId);
|
||||
if (IsSelected)
|
||||
{
|
||||
foreach (SceneObjectPart part in m_parts.Values)
|
||||
m_scene.SendKiPrimitive(part.LocalId);
|
||||
}
|
||||
|
||||
IsSelected = false; // fudge....
|
||||
ScheduleGroupForFullUpdate();
|
||||
|
|
Loading…
Reference in New Issue