diff options
Diffstat (limited to 'OpenSim/Region/DataSnapshot/ObjectSnapshot.cs')
-rw-r--r-- | OpenSim/Region/DataSnapshot/ObjectSnapshot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs b/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs index b2ef6d3..3270c3a 100644 --- a/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs +++ b/OpenSim/Region/DataSnapshot/ObjectSnapshot.cs | |||
@@ -58,7 +58,7 @@ namespace OpenSim.Region.DataSnapshot | |||
58 | foreach (EntityBase entity in m_scene.Entities.Values) | 58 | foreach (EntityBase entity in m_scene.Entities.Values) |
59 | { | 59 | { |
60 | // only objects, not avatars | 60 | // only objects, not avatars |
61 | if (entity is SceneObjectGroup) | 61 | if (entity is SceneObjectGroup) |
62 | { | 62 | { |
63 | SceneObjectGroup obj = (SceneObjectGroup)entity; | 63 | SceneObjectGroup obj = (SceneObjectGroup)entity; |
64 | 64 | ||