mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Reset update flag when a SOG is deleted. This fixes llDie();
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
94b22e1d52
commit
f253c05630
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user