mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
Plumb in the list if user IDs to the land module to allow selection
of objects by owner name
This commit is contained in:
@@ -174,7 +174,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void ParcelPropertiesUpdateRequest(LandUpdateArgs args, int local_id, IClientAPI remote_client);
|
||||
|
||||
public delegate void ParcelSelectObjects(int land_local_id, int request_type, IClientAPI remote_client);
|
||||
public delegate void ParcelSelectObjects(int land_local_id, int request_type, List<UUID> returnIDs, IClientAPI remote_client);
|
||||
|
||||
public delegate void ParcelObjectOwnerRequest(int local_id, IClientAPI remote_client);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user