diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rwxr-xr-x | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 68864cc..6ba9d7a 100755 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -626,6 +626,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
626 | for (int i = 0; i < updates.Count; i++) | 626 | for (int i = 0; i < updates.Count; i++) |
627 | { | 627 | { |
628 | SceneObjectGroup sog = updates[i]; | 628 | SceneObjectGroup sog = updates[i]; |
629 | if (sog.IsDeleted) | ||
630 | continue; | ||
629 | 631 | ||
630 | // Don't abort the whole update if one entity happens to give us an exception. | 632 | // Don't abort the whole update if one entity happens to give us an exception. |
631 | try | 633 | try |