mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
A better purge of trash folder.
This commit is contained in:
@@ -257,7 +257,7 @@ namespace OpenSim.Framework
|
||||
IClientAPI remoteClient, UUID folderID, UUID itemID, int length, string newName);
|
||||
|
||||
public delegate void RemoveInventoryItem(
|
||||
IClientAPI remoteClient, UUID itemID);
|
||||
IClientAPI remoteClient, List<UUID> itemIDs);
|
||||
|
||||
public delegate void RemoveInventoryFolder(
|
||||
IClientAPI remoteClient, UUID folderID);
|
||||
|
||||
Reference in New Issue
Block a user