mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Try to keep autoreturn from IM spamming users if the prims take a bit
longer to be deleted
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user