Reset update flag when a SOG is deleted. This fixes llDie();

0.6.8-post-fixes
Melanie 2009-11-27 08:58:26 +00:00 committed by Justin Clark-Casey (justincc)
parent 94b22e1d52
commit f253c05630
1 changed files with 1 additions and 0 deletions

View File

@ -1199,6 +1199,7 @@ namespace OpenSim.Region.Framework.Scenes
if (!silent)
{
part.UpdateFlag = 0;
if (part == m_rootPart)
avatars[i].ControllingClient.SendKillObject(m_regionHandle, part.LocalId);
}