diff options
author | Jeff Ames | 2008-05-16 01:22:11 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-16 01:22:11 +0000 |
commit | 65c5efe43b68700bad94076d4cd421160203c5de (patch) | |
tree | 589b56649ed02f4942671fd6e51c6dc43f682e0d /OpenSim/Region/DataSnapshot/ObjectSnapshot.cs | |
parent | Thank you very much, mjm for : (diff) | |
download | opensim-SC-65c5efe43b68700bad94076d4cd421160203c5de.zip opensim-SC-65c5efe43b68700bad94076d4cd421160203c5de.tar.gz opensim-SC-65c5efe43b68700bad94076d4cd421160203c5de.tar.bz2 opensim-SC-65c5efe43b68700bad94076d4cd421160203c5de.tar.xz |
Formatting cleanup.
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 | ||