From b1563788198dae9e10531802a55e7a6e6dbc39ed Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 29 Dec 2018 19:04:39 +0000 Subject: changes on updates --- OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs') 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 for (int i = 0; i < updates.Count; i++) { SceneObjectGroup sog = updates[i]; + if (sog.IsDeleted) + continue; // Don't abort the whole update if one entity happens to give us an exception. try -- cgit v1.1