* 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)
{
if (!entity.IsDeleted)
entity.Update();
entity.Update();
}
}

View File

@ -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)