mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* refactor: Replace derez destiation magic numbers with an enumeration
This commit is contained in:
@@ -102,9 +102,9 @@ namespace OpenSim.Region.Environment.Scenes.Hypergrid
|
||||
///
|
||||
/// DeleteToInventory
|
||||
///
|
||||
public override UUID DeleteToInventory(int destination, UUID folderID, SceneObjectGroup objectGroup, IClientAPI remoteClient)
|
||||
public override UUID DeleteToInventory(DeRezAction action, UUID folderID, SceneObjectGroup objectGroup, IClientAPI remoteClient)
|
||||
{
|
||||
UUID assetID = base.DeleteToInventory(destination, folderID, objectGroup, remoteClient);
|
||||
UUID assetID = base.DeleteToInventory(action, folderID, objectGroup, remoteClient);
|
||||
|
||||
if (!assetID.Equals(UUID.Zero))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user