* Remove dumb bug I put in which meant that an archive save would never complete if there were any missing assets

This commit is contained in:
Justin Clarke Casey
2008-07-25 15:18:24 +00:00
parent f2bc404e70
commit fd4e703f25
5 changed files with 17 additions and 10 deletions

View File

@@ -828,7 +828,7 @@ namespace OpenSim.Region.Environment.Scenes
}
catch (Exception e)
{
m_log.Error("Failed to add scened object part", e);
m_log.Error("Failed to add scene object part", e);
}
part.LinkNum = m_parts.Count;