Fully implement object return from the parcel dialog

This commit is contained in:
Melanie Thielker
2008-11-21 07:33:13 +00:00
parent 46278b34b1
commit ee4d4d784e
7 changed files with 114 additions and 193 deletions

View File

@@ -1149,10 +1149,7 @@ namespace OpenSim.Region.Environment.Modules.World.Land
if (selectedParcel == null) return;
if (returnType == 16) // parcel return
{
selectedParcel.returnLandObjects(returnType, agentIDs, remoteClient);
}
selectedParcel.returnLandObjects(returnType, agentIDs, taskIDs, remoteClient);
}
public void NoLandDataFromStorage()