Fix thingd so that autoreturn also works when the user is not in the sim.

Also add experimental distance ordering for prims
This commit is contained in:
Melanie Thielker
2008-10-18 07:27:39 +00:00
parent efe3f3eb2a
commit 264eeffd02
4 changed files with 33 additions and 10 deletions

View File

@@ -1009,7 +1009,7 @@ namespace OpenSim.Region.Environment.Scenes
// that they don't happen, otherwise the deleted objects will reappear
m_isDeleted = true;
DetachFromBackup();
// DetachFromBackup();
foreach (SceneObjectPart part in m_parts.Values)
{