diff options
* Fixed xml loading bug (the xml was scheduled for update before added to a scene)
* Fixed ClickAction situation on the same note (properties shouldn't cause big changes)
* Added some more debug output to AssetCache
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index 91b9a61..b13a702 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -352,8 +352,6 @@ namespace OpenSim.Region.Environment.Scenes | |||
352 | sr.Close(); | 352 | sr.Close(); |
353 | 353 | ||
354 | UpdateParentIDs(); | 354 | UpdateParentIDs(); |
355 | |||
356 | ScheduleGroupForFullUpdate(); | ||
357 | } | 355 | } |
358 | 356 | ||
359 | private void AttachToBackup() | 357 | private void AttachToBackup() |