* Make sure that deleted objects do not send further object updates to the client

This commit is contained in:
Justin Clarke Casey
2008-11-17 16:33:41 +00:00
parent dcfd343a1e
commit 99bd7cce2b
3 changed files with 11 additions and 16 deletions

View File

@@ -131,7 +131,7 @@ namespace OpenSim.Region.Environment.Scenes
}
catch (Exception e)
{
m_log.DebugFormat("Exception background deleting object: " +e);
m_log.DebugFormat("Exception background deleting object: " + e);
}
return true;