Try to keep autoreturn from IM spamming users if the prims take a bit

longer to be deleted
0.6.1-post-fixes
Melanie Thielker 2008-11-23 06:57:38 +00:00
parent ed300f21f0
commit bb982ab57f
1 changed files with 1 additions and 0 deletions

View File

@ -1222,6 +1222,7 @@ namespace OpenSim.Region.Environment.Scenes
if ((DateTime.Now - RootPart.Rezzed).TotalMinutes >
parcel.landData.OtherCleanTime)
{
DetachFromBackup();
m_log.InfoFormat("[SCENE] Returning object {0} due to parcel auto return", RootPart.UUID.ToString());
m_scene.AddReturn(OwnerID, Name, AbsolutePosition, "parcel auto return");
m_scene.DeRezObject(null, RootPart.LocalId,