diff options
author | Justin Clarke Casey | 2008-07-25 15:18:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-07-25 15:18:24 +0000 |
commit | fd4e703f25328cafdc21fd9a089a699b1c4f54ca (patch) | |
tree | 79ac36ecef9dc57e1183c0a7c036ad3ec3955e86 /OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |
parent | squasing warning. (diff) | |
download | opensim-SC_OLD-fd4e703f25328cafdc21fd9a089a699b1c4f54ca.zip opensim-SC_OLD-fd4e703f25328cafdc21fd9a089a699b1c4f54ca.tar.gz opensim-SC_OLD-fd4e703f25328cafdc21fd9a089a699b1c4f54ca.tar.bz2 opensim-SC_OLD-fd4e703f25328cafdc21fd9a089a699b1c4f54ca.tar.xz |
* Remove dumb bug I put in which meant that an archive save would never complete if there were any missing assets
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index e982c35..23490fc 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | |||
@@ -828,7 +828,7 @@ namespace OpenSim.Region.Environment.Scenes | |||
828 | } | 828 | } |
829 | catch (Exception e) | 829 | catch (Exception e) |
830 | { | 830 | { |
831 | m_log.Error("Failed to add scened object part", e); | 831 | m_log.Error("Failed to add scene object part", e); |
832 | } | 832 | } |
833 | 833 | ||
834 | part.LinkNum = m_parts.Count; | 834 | part.LinkNum = m_parts.Count; |