mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
changes on updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user