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

mysql-performance
Melanie 2009-11-27 08:58:26 +00:00
parent 3ae3cd0a5b
commit b9eb244d6d
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);
}