From 4d86a324f8673484a12e079618ee740aae6965e3 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 6 Sep 2008 00:55:16 +0000 Subject: * minor: change hard tabs back to spaces in previous commit * my excuse is that I hadn't used this monodevelop exe before... --- OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs') diff --git a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs index 7aa65c1..52b9bc1 100644 --- a/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Environment/Scenes/SceneObjectGroup.cs @@ -960,8 +960,8 @@ namespace OpenSim.Region.Environment.Scenes public void FakeDeleteGroup() { - // If there are any updates queued for this object when the 'fake' delete happens, then make sure - // that they don't happen, otherwise the deleted objects will reappear + // If there are any updates queued for this object when the 'fake' delete happens, then make sure + // that they don't happen, otherwise the deleted objects will reappear m_isDeleted = true; foreach (SceneObjectPart part in m_parts.Values) -- cgit v1.1