mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
Fully implement object return from the parcel dialog
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user