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
|
// It then reappears on the avatar, deselected
|
||||||
// through the full update below
|
// through the full update below
|
||||||
//
|
//
|
||||||
|
if (IsSelected)
|
||||||
|
{
|
||||||
foreach (SceneObjectPart part in m_parts.Values)
|
foreach (SceneObjectPart part in m_parts.Values)
|
||||||
m_scene.SendKiPrimitive(part.LocalId);
|
m_scene.SendKiPrimitive(part.LocalId);
|
||||||
|
}
|
||||||
|
|
||||||
IsSelected = false; // fudge....
|
IsSelected = false; // fudge....
|
||||||
ScheduleGroupForFullUpdate();
|
ScheduleGroupForFullUpdate();
|
||||||
|
|
Loading…
Reference in New Issue