mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Fully implement object return from the parcel dialog
This commit is contained in:
@@ -1224,7 +1224,7 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
parcel.landData.OtherCleanTime)
|
||||
{
|
||||
m_log.InfoFormat("[SCENE] Returning object {0} due to parcel auto return", RootPart.UUID.ToString());
|
||||
m_scene.AddReturn(OwnerID, Name, AbsolutePosition);
|
||||
m_scene.AddReturn(OwnerID, Name, AbsolutePosition, "parcel auto return");
|
||||
m_scene.DeRezObject(null, RootPart.LocalId,
|
||||
RootPart.GroupID, 9, UUID.Zero);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user