diff options
author | lbsa71 | 2008-02-20 09:38:45 +0000 |
---|---|---|
committer | lbsa71 | 2008-02-20 09:38:45 +0000 |
commit | 9be5f9d6cce5f447294b478ab6c71fa7a520ffad (patch) | |
tree | ea09a501a177ed611e37999c8c97505a5b1c6f5f /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |
parent | * Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode. (diff) | |
download | opensim-SC-9be5f9d6cce5f447294b478ab6c71fa7a520ffad.zip opensim-SC-9be5f9d6cce5f447294b478ab6c71fa7a520ffad.tar.gz opensim-SC-9be5f9d6cce5f447294b478ab6c71fa7a520ffad.tar.bz2 opensim-SC-9be5f9d6cce5f447294b478ab6c71fa7a520ffad.tar.xz |
* 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() |