* minor: change hard tabs back to spaces in previous commit

* my excuse is that I hadn't used this monodevelop exe before...
0.6.0-stable
Justin Clarke Casey 2008-09-06 00:55:16 +00:00
parent 01878b886c
commit 4d86a324f8
2 changed files with 3 additions and 3 deletions

View File

@ -143,7 +143,7 @@ namespace OpenSim.Region.Environment.Scenes
foreach (EntityBase entity in updateEntities) foreach (EntityBase entity in updateEntities)
{ {
if (!entity.IsDeleted) if (!entity.IsDeleted)
entity.Update(); entity.Update();
} }
} }

View File

@ -960,8 +960,8 @@ namespace OpenSim.Region.Environment.Scenes
public void FakeDeleteGroup() public void FakeDeleteGroup()
{ {
// If there are any updates queued for this object when the 'fake' delete happens, then make sure // 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 // that they don't happen, otherwise the deleted objects will reappear
m_isDeleted = true; m_isDeleted = true;
foreach (SceneObjectPart part in m_parts.Values) foreach (SceneObjectPart part in m_parts.Values)