changes on updates

This commit is contained in:
UbitUmarov
2018-12-29 19:04:39 +00:00
parent 333aa0d67c
commit b156378819
5 changed files with 54 additions and 191 deletions

View File

@@ -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