diff options
author | Melanie | 2009-11-27 08:58:26 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-12-01 14:27:05 +0000 |
commit | f253c05630872b2473c7e66a7628fd680f9e5abb (patch) | |
tree | 9b6dc97b6dfbb836cc97439a3555ffc518cde7a5 | |
parent | Add more stack trace information to some messaging server exceptions (diff) | |
download | opensim-SC-f253c05630872b2473c7e66a7628fd680f9e5abb.zip opensim-SC-f253c05630872b2473c7e66a7628fd680f9e5abb.tar.gz opensim-SC-f253c05630872b2473c7e66a7628fd680f9e5abb.tar.bz2 opensim-SC-f253c05630872b2473c7e66a7628fd680f9e5abb.tar.xz |
Reset update flag when a SOG is deleted. This fixes llDie();
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index bcc9b37..9afddd6 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -1199,6 +1199,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1199 | 1199 | ||
1200 | if (!silent) | 1200 | if (!silent) |
1201 | { | 1201 | { |
1202 | part.UpdateFlag = 0; | ||
1202 | if (part == m_rootPart) | 1203 | if (part == m_rootPart) |
1203 | avatars[i].ControllingClient.SendKillObject(m_regionHandle, part.LocalId); | 1204 | avatars[i].ControllingClient.SendKillObject(m_regionHandle, part.LocalId); |
1204 | } | 1205 | } |